#3AF745

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

Shades of Lime Green #3AF745

Tints of Lime Green #3AF745

Color information

#3AF745 (or 0x3AF745) is unknown color: approx Lime Green. HEX triplet: 3A, F7 and 45. RGB value is (58,247,69). Sum of RGB (Red+Green+Blue) = 58+247+69=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF745 is #C508BA. Grayscale: #AAAAAA. Windows color (decimal): -12912827 or 4585274. OLE color: 4585274.

HSL color Cylindrical-coordinate representation of color #3AF745: hue angle of 123.49º 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 #3AF745 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB5824769-
CMYK0.7700.720.03
HSL123.49º92.2%59.8%-
HSV(B)123.49º76.52%96.86%-
XYZ36.0867.8516.83-
YUV170.270.8847.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.51%
GREEN value IS 247 (96.88% from 255) = 66.04%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=15.51%
G=66.04%
B=18.45%

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
Decimal58247690.7700.720.03123.4992.259.8
Hex3AF7454D04837b5c3c
Octal723671051150110317313474
Binary1110101111011110001011001101010010001111110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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