#4DCD33

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

Shades of Lime Green #4DCD33

Tints of Lime Green #4DCD33

Color information

#4DCD33 (or 0x4DCD33) is unknown color: approx Lime Green. HEX triplet: 4D, CD and 33. RGB value is (77,205,51). Sum of RGB (Red+Green+Blue) = 77+205+51=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD33 is #B232CC. Grayscale: #959595. Windows color (decimal): -11678413 or 3394893. OLE color: 3394893.

HSL color Cylindrical-coordinate representation of color #4DCD33: hue angle of 109.87º degrees, saturation: 0.61, 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 #4DCD33 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB7720551-
CMYK0.6200.750.20
HSL109.87º60.63%50.2%-
HSV(B)109.87º75.12%80.39%-
XYZ25.4945.4810.57-
YUV149.1772.5976.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 205 (80.47% from 255) = 61.56%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=23.12%
G=61.56%
B=15.32%

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
Decimal77205510.6200.750.20109.8760.6350.2
Hex4DCD333E04B146e3d32
Octal11531563760113241567562
Binary10011011100110111001111111001001011101001101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,205,51); }

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

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

 a { background-color: rgb(77,205,51); }

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

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

 span { border-color: rgb(77,205,51); }

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