#3ABE41

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

Shades of Lime Green #3ABE41

Tints of Lime Green #3ABE41

Color information

#3ABE41 (or 0x3ABE41) is unknown color: approx Lime Green. HEX triplet: 3A, BE and 41. RGB value is (58,190,65). Sum of RGB (Red+Green+Blue) = 58+190+65=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABE41 is #C541BE. Grayscale: #888888. Windows color (decimal): -12927423 or 4308538. OLE color: 4308538.

HSL color Cylindrical-coordinate representation of color #3ABE41: hue angle of 123.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE41 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB5819065-
CMYK0.6900.660.25
HSL123.18º53.23%48.63%-
HSV(B)123.18º69.47%74.51%-
XYZ21.1138.1111.24-
YUV136.2887.7772.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=18.53%
G=60.70%
B=20.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58190650.6900.660.25123.1853.2348.63
Hex3ABE4145042197b3531
Octal722761011050102311736561
Binary111010101111101000001100010101000010110011111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,190,65); }

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

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

 a { background-color: rgb(58,190,65); }

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

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

 span { border-color: rgb(58,190,65); }

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