#3AC041

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

Shades of Lime Green #3AC041

Tints of Lime Green #3AC041

Color information

#3AC041 (or 0x3AC041) is unknown color: approx Lime Green. HEX triplet: 3A, C0 and 41. RGB value is (58,192,65). Sum of RGB (Red+Green+Blue) = 58+192+65=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC041 is #C53FBE. Grayscale: #898989. Windows color (decimal): -12926911 or 4309050. OLE color: 4309050.

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

Color convert

RGB5819265-
CMYK0.7000.660.25
HSL123.13º53.6%49.02%-
HSV(B)123.13º69.79%75.29%-
XYZ21.5538.9811.39-
YUV137.4687.1171.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 192 (75.39% from 255) = 60.95%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=18.41%
G=60.95%
B=20.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58192650.7000.660.25123.1353.649.02
Hex3AC04146042197b3631
Octal723001011060102311736661
Binary111010110000001000001100011001000010110011111011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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