Html Css Color HEX #4AF22C Lime Green

📋 copy color: '#4AF22C'

red 74 ◦ green 242 ◦ blue 44

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

Shades of Lime Green #4AF22C

Tints of Lime Green #4AF22C

RGB

 RED value IS 74 (29.3% from 255) = 20.56%

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

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

R = 20.56%
G = 67.22%
B = 12.22%

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

#4AF22C (or 0x4AF22C) is known color: Lime Green. HEX triplet: 4A, F2 and 2C. RGB value is (74,242,44). Sum of RGB (Red+Green+Blue) = 74+242+44=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF22C is #B50DD3. Grayscale: #A9A9A9. Windows color (decimal): -11865556 or 2945610. OLE color: 2945610.

HSL color Cylindrical-coordinate representation of color #4AF22C: hue angle of 110.91º 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 #4AF22C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 242 44 -
CMYK 0.69 0 0.82 0.05
HSL 110.91º 0.88% 0.56% -
HSV(B) 110.91º 0.82% 0.95% -
XYZ 35.03 65.14 13.11 -
YUV 169.2 57.34 60.1 -
System Red Green Blue C M Y K H S L
Decimal 74 242 44 0.69 0 0.82 0.05 110.91 0.88 0.56
Hex 4A F2 2C 45 0 52 5 6F 58 38
Octal 112 362 54 105 0 122 5 157 130 70
Binary 1001010 11110010 101100 1000101 0 1010010 101 1101111 1011000 111000

Color Harmonies of #4AF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF22C

Black with #4AF22C

Text Example


Text Example

White with #4AF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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