Html Css Color HEX #4CF22C Lime Green

📋 copy color: '#4CF22C'

red 76 ◦ green 242 ◦ blue 44

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

Shades of Lime Green #4CF22C

Tints of Lime Green #4CF22C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.85%

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 20.99%
G = 66.85%
B = 12.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#4CF22C (or 0x4CF22C) is known color: Lime Green. HEX triplet: 4C, F2 and 2C. RGB value is (76,242,44). Sum of RGB (Red+Green+Blue) = 76+242+44=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF22C is #B30DD3. Grayscale: #AAAAAA. Windows color (decimal): -11734484 or 2945612. OLE color: 2945612.

HSL color Cylindrical-coordinate representation of color #4CF22C: hue angle of 110.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CF22C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 44 -
CMYK 0.69 0 0.82 0.05
HSL 110.3º 0.88% 0.56% -
HSV(B) 110.3º 0.82% 0.95% -
XYZ 35.19 65.22 13.12 -
YUV 169.79 57 61.1 -
System Red Green Blue C M Y K H S L
Decimal 76 242 44 0.69 0 0.82 0.05 110.3 0.88 0.56
Hex 4C F2 2C 45 0 52 5 6E 58 38
Octal 114 362 54 105 0 122 5 156 130 70
Binary 1001100 11110010 101100 1000101 0 1010010 101 1101110 1011000 111000

Color Harmonies of #4CF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF22C

Black with #4CF22C

Text Example


Text Example

White with #4CF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,44); }

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

background-color css

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

 a { background-color: rgb(76,242,44); }

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

border-color css

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

 span { border-color: rgb(76,242,44); }

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