#3ab942

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

Shades of Lime Green #3AB942

Tints of Lime Green #3AB942

Color information

#3AB942 (or 0x3AB942) is unknown color: approx Lime Green. HEX triplet: 3A, B9 and 42. RGB value is (58,185,66). Sum of RGB (Red+Green+Blue) = 58+185+66=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB942 is #C546BD. Grayscale: #858585. Windows color (decimal): -12928702 or 4372794. OLE color: 4372794.

HSL color Cylindrical-coordinate representation of color #3AB942: hue angle of 123.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB942 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB5818566-
CMYK0.6900.640.27
HSL123.78º52.26%47.65%-
HSV(B)123.78º68.65%72.55%-
XYZ20.0835.9911.04-
YUV133.4689.9274.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=18.77%
G=59.87%
B=21.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58185660.6900.640.27123.7852.2647.65
Hex3AB942450401B7c3430
Octal722711021050100331746460
Binary111010101110011000010100010101000000110111111100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ab942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,185,66); }

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

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

 a { background-color: rgb(58,185,66); }

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

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

 span { border-color: rgb(58,185,66); }

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