Html Css Color HEX #4CF42F Lime Green

📋 copy color: '#4CF42F'

red 76 ◦ green 244 ◦ blue 47

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

Shades of Lime Green #4CF42F

Tints of Lime Green #4CF42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.49%

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

R = 20.71%
G = 66.49%
B = 12.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#4CF42F (or 0x4CF42F) is known color: Lime Green. HEX triplet: 4C, F4 and 2F. RGB value is (76,244,47). Sum of RGB (Red+Green+Blue) = 76+244+47=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF42F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF42F is #B30BD0. Grayscale: #ABABAB. Windows color (decimal): -11733969 or 3142732. OLE color: 3142732.

HSL color Cylindrical-coordinate representation of color #4CF42F: hue angle of 111.17º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CF42F is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 244 47 -
CMYK 0.69 0 0.81 0.04
HSL 111.17º 0.9% 0.57% -
HSV(B) 111.17º 0.81% 0.96% -
XYZ 35.84 66.44 13.62 -
YUV 171.31 57.84 60.02 -
System Red Green Blue C M Y K H S L
Decimal 76 244 47 0.69 0 0.81 0.04 111.17 0.9 0.57
Hex 4C F4 2F 45 0 51 4 6F 5A 39
Octal 114 364 57 105 0 121 4 157 132 71
Binary 1001100 11110100 101111 1000101 0 1010001 100 1101111 1011010 111001

Color Harmonies of #4CF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF42F

Black with #4CF42F

Text Example


Text Example

White with #4CF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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