#3AC32F

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

Shades of Lime Green #3AC32F

Tints of Lime Green #3AC32F

Color information

#3AC32F (or 0x3AC32F) is unknown color: approx Lime Green. HEX triplet: 3A, C3 and 2F. RGB value is (58,195,47). Sum of RGB (Red+Green+Blue) = 58+195+47=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC32F is #C53CD0. Grayscale: #898989. Windows color (decimal): -12926161 or 3130170. OLE color: 3130170.

HSL color Cylindrical-coordinate representation of color #3AC32F: hue angle of 115.54º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC32F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB5819547-
CMYK0.7000.760.24
HSL115.54º61.16%47.45%-
HSV(B)115.54º75.9%76.47%-
XYZ21.7740.139.29-
YUV137.1677.1171.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.33%
GREEN value IS 195 (76.56% from 255) = 65%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=19.33%
G=65%
B=15.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58195470.7000.760.24115.5461.1647.45
Hex3AC32F4604C18743d2f
Octal72303571060114301647557
Binary11101011000011101111100011001001100110001110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,47); }

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

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

 a { background-color: rgb(58,195,47); }

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

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

 span { border-color: rgb(58,195,47); }

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