Html Css Color HEX #4CDD33 Lime Green

📋 copy color: '#4CDD33'

red 76 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #4CDD33

Tints of Lime Green #4CDD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.51%

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 21.84%
G = 63.51%
B = 14.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#4CDD33 (or 0x4CDD33) is known color: Lime Green. HEX triplet: 4C, DD and 33. RGB value is (76,221,51). Sum of RGB (Red+Green+Blue) = 76+221+51=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDD33 is #B322CC. Grayscale: #9E9E9E. Windows color (decimal): -11739853 or 3398988. OLE color: 3398988.

HSL color Cylindrical-coordinate representation of color #4CDD33: hue angle of 111.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CDD33 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 51 -
CMYK 0.66 0 0.77 0.13
HSL 111.18º 0.71% 0.53% -
HSV(B) 111.18º 0.77% 0.87% -
XYZ 29.43 53.49 11.9 -
YUV 158.27 67.46 69.32 -
System Red Green Blue C M Y K H S L
Decimal 76 221 51 0.66 0 0.77 0.13 111.18 0.71 0.53
Hex 4C DD 33 42 0 4D D 6F 47 35
Octal 114 335 63 102 0 115 15 157 107 65
Binary 1001100 11011101 110011 1000010 0 1001101 1101 1101111 1000111 110101

Color Harmonies of #4CDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD33

Black with #4CDD33

Text Example


Text Example

White with #4CDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,51); }

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

background-color css

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

 a { background-color: rgb(76,221,51); }

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

border-color css

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

 span { border-color: rgb(76,221,51); }

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