#3AAB2C

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

Shades of Lime Green #3AAB2C

Tints of Lime Green #3AAB2C

Color information

#3AAB2C (or 0x3AAB2C) is unknown color: approx Lime Green. HEX triplet: 3A, AB and 2C. RGB value is (58,171,44). Sum of RGB (Red+Green+Blue) = 58+171+44=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB2C is #C554D3. Grayscale: #7B7B7B. Windows color (decimal): -12932308 or 2927418. OLE color: 2927418.

HSL color Cylindrical-coordinate representation of color #3AAB2C: hue angle of 113.39º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAB2C is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB5817144-
CMYK0.6600.740.33
HSL113.39º59.07%42.16%-
HSV(B)113.39º74.27%67.06%-
XYZ16.7630.217.33-
YUV122.7483.5681.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 171 (67.19% from 255) = 62.64%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=21.25%
G=62.64%
B=16.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171440.6600.740.33113.3959.0742.16
Hex3AAB2C4204A21713b2a
Octal72253541020112411617352
Binary111010101010111011001000010010010101000011110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,44); }

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

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

 a { background-color: rgb(58,171,44); }

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

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

 span { border-color: rgb(58,171,44); }

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