#3ABB3E

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

Shades of Lime Green #3ABB3E

Tints of Lime Green #3ABB3E

Color information

#3ABB3E (or 0x3ABB3E) is unknown color: approx Lime Green. HEX triplet: 3A, BB and 3E. RGB value is (58,187,62). Sum of RGB (Red+Green+Blue) = 58+187+62=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB3E is #C544C1. Grayscale: #868686. Windows color (decimal): -12928194 or 4111162. OLE color: 4111162.

HSL color Cylindrical-coordinate representation of color #3ABB3E: hue angle of 121.86º degrees, saturation: 0.53, 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 #3ABB3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB5818762-
CMYK0.6900.670.27
HSL121.86º52.65%48.04%-
HSV(B)121.86º68.98%73.33%-
XYZ20.3836.7910.58-
YUV134.1887.2673.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 187 (73.44% from 255) = 60.91%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=18.89%
G=60.91%
B=20.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58187620.6900.670.27121.8652.6548.04
Hex3ABB3E450431B7a3530
Octal72273761050103331726560
Binary11101010111011111110100010101000011110111111010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,187,62); }

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

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

 a { background-color: rgb(58,187,62); }

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

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

 span { border-color: rgb(58,187,62); }

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