#48cc3e

Color #48CC3E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #48CC3E

Tints of Lime Green #48CC3E

Color information

#48CC3E (or 0x48CC3E) is unknown color: approx Lime Green. HEX triplet: 48, CC and 3E. RGB value is (72,204,62). Sum of RGB (Red+Green+Blue) = 72+204+62=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CC3E is #B733C1. Grayscale: #949494. Windows color (decimal): -12006338 or 4115528. OLE color: 4115528.

HSL color Cylindrical-coordinate representation of color #48CC3E: hue angle of 115.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CC3E is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB7220462-
CMYK0.6500.700.2
HSL115.77º58.2%52.16%-
HSV(B)115.77º69.61%80%-
XYZ25.1344.9111.9-
YUV148.3479.2773.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 204 (80.08% from 255) = 60.36%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=21.30%
G=60.36%
B=18.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal72204620.6500.700.2115.7758.252.16
Hex48CC3E4104614743a34
Octal110314761010106241647264
Binary100100011001100111110100000101000110101001110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48cc3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48cc3e; }

 p { color: rgb(72,204,62); }

 H1.HeaderClassName
 {
   color: #48cc3e;
 }
 .AnyTagClassName
 {
   color: #48cc3e;
 }
</style>
background-color css

<style>
 a { background-color: #48cc3e; }

 a { background-color: rgb(72,204,62); }

 div.DivClassName
 {
   background-color: #48cc3e;
 }
 .BgClassName
 {
   background-color: #48cc3e;
 }
</style>
border-color css

<style>
 span { border-color: #48cc3e; }

 span { border-color: rgb(72,204,62); }

 td.TdClassName
 {
   border-color: #48cc3e;
 }
 .TagClassName
 {
   border-color: #48cc3e;
 }
</style>