#4DCB32

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

Shades of Lime Green #4DCB32

Tints of Lime Green #4DCB32

Color information

#4DCB32 (or 0x4DCB32) is unknown color: approx Lime Green. HEX triplet: 4D, CB and 32. RGB value is (77,203,50). Sum of RGB (Red+Green+Blue) = 77+203+50=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCB32 is #B234CD. Grayscale: #949494. Windows color (decimal): -11678926 or 3328845. OLE color: 3328845.

HSL color Cylindrical-coordinate representation of color #4DCB32: hue angle of 109.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DCB32 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB7720350-
CMYK0.6200.750.20
HSL109.41º60.47%49.61%-
HSV(B)109.41º75.37%79.61%-
XYZ24.9944.5210.29-
YUV147.8872.7677.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.33%
GREEN value IS 203 (79.69% from 255) = 61.52%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=23.33%
G=61.52%
B=15.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77203500.6200.750.20109.4160.4749.61
Hex4DCB323E04B146d3c32
Octal11531362760113241557462
Binary10011011100101111001011111001001011101001101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DCB32; }

 p { color: rgb(77,203,50); }

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

<style>
 a { background-color: #4DCB32; }

 a { background-color: rgb(77,203,50); }

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

<style>
 span { border-color: #4DCB32; }

 span { border-color: rgb(77,203,50); }

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