#4AF03F

Color #4AF03F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4AF03F

Tints of Lime Green #4AF03F

Color information

#4AF03F (or 0x4AF03F) is unknown color: approx 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

RGB7424063-
CMYK0.6900.740.06
HSL116.27º85.51%59.41%-
HSV(B)116.27º73.75%94.12%-
XYZ34.8864.1315.24-
YUV170.1967.559.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240630.6900.740.06116.2785.5159.41
Hex4AF03F4504A674563b
Octal112360771050112616412673
Binary10010101111000011111110001010100101011011101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>