Html Css Color HEX #4CD42F Lime Green

📋 copy color: '#4CD42F'

red 76 ◦ green 212 ◦ blue 47

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

Shades of Lime Green #4CD42F

Tints of Lime Green #4CD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.28%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 22.69%
G = 63.28%
B = 14.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#4CD42F (or 0x4CD42F) is known color: Lime Green. HEX triplet: 4C, D4 and 2F. RGB value is (76,212,47). Sum of RGB (Red+Green+Blue) = 76+212+47=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #4CD42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD42F is #B32BD0. Grayscale: #999999. Windows color (decimal): -11742161 or 3134540. OLE color: 3134540.

HSL color Cylindrical-coordinate representation of color #4CD42F: hue angle of 109.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CD42F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 76 212 47 -
CMYK 0.64 0 0.78 0.17
HSL 109.45º 0.66% 0.51% -
HSV(B) 109.45º 0.78% 0.83% -
XYZ 27.04 48.83 10.69 -
YUV 152.53 68.44 73.42 -
System Red Green Blue C M Y K H S L
Decimal 76 212 47 0.64 0 0.78 0.17 109.45 0.66 0.51
Hex 4C D4 2F 40 0 4E 11 6D 42 33
Octal 114 324 57 100 0 116 21 155 102 63
Binary 1001100 11010100 101111 1000000 0 1001110 10001 1101101 1000010 110011

Color Harmonies of #4CD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD42F

Black with #4CD42F

Text Example


Text Example

White with #4CD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,212,47); }

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

background-color css

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

 a { background-color: rgb(76,212,47); }

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

border-color css

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

 span { border-color: rgb(76,212,47); }

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