#4AF031

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

Shades of Lime Green #4AF031

Tints of Lime Green #4AF031

Color information

#4AF031 (or 0x4AF031) is unknown color: approx Lime Green. HEX triplet: 4A, F0 and 31. RGB value is (74,240,49). Sum of RGB (Red+Green+Blue) = 74+240+49=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF031 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF031 is #B50FCE. Grayscale: #A9A9A9. Windows color (decimal): -11866063 or 3272778. OLE color: 3272778.

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

Color convert

RGB7424049-
CMYK0.6900.800.06
HSL112.15º86.43%56.67%-
HSV(B)112.15º79.58%94.12%-
XYZ34.546413.44-
YUV168.5960.560.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.39%
GREEN value IS 240 (94.14% from 255) = 66.12%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=20.39%
G=66.12%
B=13.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240490.6900.800.06112.1586.4356.67
Hex4AF031450506705639
Octal112360611050120616012671
Binary10010101111000011000110001010101000011011100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AF031;
 }
 .AnyTagClassName
 {
   color: #4AF031;
 }
</style>
background-color css

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

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

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

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

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

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