Html Css Color HEX #4AF03F Lime Green

📋 copy color: '#4AF03F'

red 74 ◦ green 240 ◦ blue 63

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

Shades of Lime Green #4AF03F

Tints of Lime Green #4AF03F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.66%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 19.63%
G = 63.66%
B = 16.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#4AF03F (or 0x4AF03F) is known color: Lime Green. HEX triplet: 4A, F0 and 3F. RGB value is (74,240,63). Sum of RGB (Red+Green+Blue) = 74+240+63=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF03F is #B50FC0. Grayscale: #AAAAAA. Windows color (decimal): -11866049 or 4190282. OLE color: 4190282.

HSL color Cylindrical-coordinate representation of color #4AF03F: hue angle of 116.27º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF03F is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 63 -
CMYK 0.69 0 0.74 0.06
HSL 116.27º 0.86% 0.59% -
HSV(B) 116.27º 0.74% 0.94% -
XYZ 34.88 64.13 15.24 -
YUV 170.19 67.5 59.39 -
System Red Green Blue C M Y K H S L
Decimal 74 240 63 0.69 0 0.74 0.06 116.27 0.86 0.59
Hex 4A F0 3F 45 0 4A 6 74 56 3B
Octal 112 360 77 105 0 112 6 164 126 73
Binary 1001010 11110000 111111 1000101 0 1001010 110 1110100 1010110 111011

Color Harmonies of #4AF03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF03F

Black with #4AF03F

Text Example


Text Example

White with #4AF03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,63); }

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

background-color css

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

 a { background-color: rgb(74,240,63); }

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

border-color css

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

 span { border-color: rgb(74,240,63); }

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