#3af549

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

Shades of Lime Green #3AF549

Tints of Lime Green #3AF549

Color information

#3AF549 (or 0x3AF549) is unknown color: approx Lime Green. HEX triplet: 3A, F5 and 49. RGB value is (58,245,73). Sum of RGB (Red+Green+Blue) = 58+245+73=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF549 is #C50AB6. Grayscale: #A9A9A9. Windows color (decimal): -12913335 or 4846906. OLE color: 4846906.

HSL color Cylindrical-coordinate representation of color #3AF549: hue angle of 124.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF549 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB5824573-
CMYK0.7600.700.04
HSL124.81º90.34%59.41%-
HSV(B)124.81º76.33%96.08%-
XYZ35.666.6917.3-
YUV169.4873.5548.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.43%
GREEN value IS 245 (96.09% from 255) = 65.16%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=15.43%
G=65.16%
B=19.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58245730.7600.700.04124.8190.3459.41
Hex3AF5494C04647d5a3b
Octal723651111140106417513273
Binary11101011110101100100110011000100011010011111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,245,73); }

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

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

 a { background-color: rgb(58,245,73); }

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

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

 span { border-color: rgb(58,245,73); }

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