#3AF744

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

Shades of Lime Green #3AF744

Tints of Lime Green #3AF744

Color information

#3AF744 (or 0x3AF744) is unknown color: approx Lime Green. HEX triplet: 3A, F7 and 44. RGB value is (58,247,68). Sum of RGB (Red+Green+Blue) = 58+247+68=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF744 is #C508BB. Grayscale: #AAAAAA. Windows color (decimal): -12912828 or 4519738. OLE color: 4519738.

HSL color Cylindrical-coordinate representation of color #3AF744: hue angle of 123.17º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF744 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB5824768-
CMYK0.7700.720.03
HSL123.17º92.2%59.8%-
HSV(B)123.17º76.52%96.86%-
XYZ36.0567.8416.66-
YUV170.0870.3848.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 247 (96.88% from 255) = 66.22%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=15.55%
G=66.22%
B=18.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58247680.7700.720.03123.1792.259.8
Hex3AF7444D04837b5c3c
Octal723671041150110317313474
Binary1110101111011110001001001101010010001111110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF744; }

 p { color: rgb(58,247,68); }

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

<style>
 a { background-color: #3AF744; }

 a { background-color: rgb(58,247,68); }

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

<style>
 span { border-color: #3AF744; }

 span { border-color: rgb(58,247,68); }

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