#3AB037

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

Shades of Lime Green #3AB037

Tints of Lime Green #3AB037

Color information

#3AB037 (or 0x3AB037) is unknown color: approx Lime Green. HEX triplet: 3A, B0 and 37. RGB value is (58,176,55). Sum of RGB (Red+Green+Blue) = 58+176+55=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB037 is #C54FC8. Grayscale: #7F7F7F. Windows color (decimal): -12931017 or 3649594. OLE color: 3649594.

HSL color Cylindrical-coordinate representation of color #3AB037: hue angle of 118.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB037 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB5817655-
CMYK0.6700.690.31
HSL118.51º52.38%45.29%-
HSV(B)118.51º68.75%69.02%-
XYZ17.9632.238.89-
YUV126.9287.4178.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 176 (69.14% from 255) = 60.90%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=20.07%
G=60.90%
B=19.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58176550.6700.690.31118.5152.3845.29
Hex3AB037430451F77342d
Octal72260671030105371676455
Binary11101010110000110111100001101000101111111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,176,55); }

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

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

 a { background-color: rgb(58,176,55); }

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

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

 span { border-color: rgb(58,176,55); }

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