#3AB72A

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

Shades of Lime Green #3AB72A

Tints of Lime Green #3AB72A

Color information

#3AB72A (or 0x3AB72A) is unknown color: approx Lime Green. HEX triplet: 3A, B7 and 2A. RGB value is (58,183,42). Sum of RGB (Red+Green+Blue) = 58+183+42=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #3AB72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB72A is #C548D5. Grayscale: #818181. Windows color (decimal): -12929238 or 2799418. OLE color: 2799418.

HSL color Cylindrical-coordinate representation of color #3AB72A: hue angle of 113.19º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB72A is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB5818342-
CMYK0.6800.770.28
HSL113.19º62.67%44.12%-
HSV(B)113.19º77.05%71.76%-
XYZ19.134.937.93-
YUV129.5578.5976.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.49%
GREEN value IS 183 (71.88% from 255) = 64.66%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=20.49%
G=64.66%
B=14.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal58183420.6800.770.28113.1962.6744.12
Hex3AB72A4404D1C713f2c
Octal72267521040115341617754
Binary11101010110111101010100010001001101111001110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,183,42); }

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

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

 a { background-color: rgb(58,183,42); }

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

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

 span { border-color: rgb(58,183,42); }

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