Html Css Color HEX #4CDC36 Lime Green

📋 copy color: '#4CDC36'

red 76 ◦ green 220 ◦ blue 54

#4CDC36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4CDC36

Tints of Lime Green #4CDC36

RGB

 RED value IS 76 (30.08% from 255) = 21.71%

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 21.71%
G = 62.86%
B = 15.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#4CDC36 (or 0x4CDC36) is known color: Lime Green. HEX triplet: 4C, DC and 36. RGB value is (76,220,54). Sum of RGB (Red+Green+Blue) = 76+220+54=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC36 is #B323C9. Grayscale: #9E9E9E. Windows color (decimal): -11740106 or 3595340. OLE color: 3595340.

HSL color Cylindrical-coordinate representation of color #4CDC36: hue angle of 112.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CDC36 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 54 -
CMYK 0.65 0 0.75 0.14
HSL 112.05º 0.7% 0.54% -
HSV(B) 112.05º 0.75% 0.86% -
XYZ 29.24 52.99 12.18 -
YUV 158.02 69.29 69.5 -
System Red Green Blue C M Y K H S L
Decimal 76 220 54 0.65 0 0.75 0.14 112.05 0.7 0.54
Hex 4C DC 36 41 0 4B E 70 46 36
Octal 114 334 66 101 0 113 16 160 106 66
Binary 1001100 11011100 110110 1000001 0 1001011 1110 1110000 1000110 110110

Color Harmonies of #4CDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDC36

Black with #4CDC36

Text Example


Text Example

White with #4CDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,54); }

 H1.HeaderClassName
 {
   color: #4CDC36;
 }
 .AnyTagClassName
 {
   color: #4CDC36;
 }
</style>

background-color css

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

 a { background-color: rgb(76,220,54); }

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

border-color css

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

 span { border-color: rgb(76,220,54); }

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