#48D24A

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

Shades of Lime Green #48D24A

Tints of Lime Green #48D24A

Color information

#48D24A (or 0x48D24A) is unknown color: approx Lime Green. HEX triplet: 48, D2 and 4A. RGB value is (72,210,74). Sum of RGB (Red+Green+Blue) = 72+210+74=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #48D24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D24A is #B72DB5. Grayscale: #999999. Windows color (decimal): -12004790 or 4903496. OLE color: 4903496.

HSL color Cylindrical-coordinate representation of color #48D24A: hue angle of 120.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D24A is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB7221074-
CMYK0.6600.650.18
HSL120.87º60.53%55.29%-
HSV(B)120.87º65.71%82.35%-
XYZ26.9647.9714.32-
YUV153.2383.2870.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 210 (82.42% from 255) = 58.99%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=20.22%
G=58.99%
B=20.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72210740.6600.650.18120.8760.5355.29
Hex48D24A4204112793d37
Octal1103221121020101221717567
Binary1001000110100101001010100001001000001100101111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,74); }

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

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

 a { background-color: rgb(72,210,74); }

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

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

 span { border-color: rgb(72,210,74); }

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