#48B736

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

Shades of Lime Green #48B736

Tints of Lime Green #48B736

Color information

#48B736 (or 0x48B736) is unknown color: approx Lime Green. HEX triplet: 48, B7 and 36. RGB value is (72,183,54). Sum of RGB (Red+Green+Blue) = 72+183+54=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #48B736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B736 is #B748C9. Grayscale: #878787. Windows color (decimal): -12011722 or 3585864. OLE color: 3585864.

HSL color Cylindrical-coordinate representation of color #48B736: hue angle of 111.63º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48B736 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB7218354-
CMYK0.6100.700.28
HSL111.63º54.43%46.47%-
HSV(B)111.63º70.49%71.76%-
XYZ20.2735.519.28-
YUV135.182.2382.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=23.30%
G=59.22%
B=17.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183540.6100.700.28111.6354.4346.47
Hex48B7363D0461C70362e
Octal11026766750106341606656
Binary10010001011011111011011110101000110111001110000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,54); }

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

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

 a { background-color: rgb(72,183,54); }

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

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

 span { border-color: rgb(72,183,54); }

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