#3AB62E

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

Shades of Lime Green #3AB62E

Tints of Lime Green #3AB62E

Color information

#3AB62E (or 0x3AB62E) is unknown color: approx Lime Green. HEX triplet: 3A, B6 and 2E. RGB value is (58,182,46). Sum of RGB (Red+Green+Blue) = 58+182+46=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 182 (71.48% from 255 or 63.64% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB62E is #C549D1. Grayscale: #818181. Windows color (decimal): -12929490 or 3061306. OLE color: 3061306.

HSL color Cylindrical-coordinate representation of color #3AB62E: hue angle of 114.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB62E is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB5818246-
CMYK0.6800.750.29
HSL114.71º59.65%44.71%-
HSV(B)114.71º74.73%71.37%-
XYZ18.9734.558.25-
YUV129.4280.9277.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 182 (71.48% from 255) = 63.64%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=20.28%
G=63.64%
B=16.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58182460.6800.750.29114.7159.6544.71
Hex3AB62E4404B1D733c2d
Octal72266561040113351637455
Binary11101010110110101110100010001001011111011110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,46); }

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

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

 a { background-color: rgb(58,182,46); }

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

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

 span { border-color: rgb(58,182,46); }

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