#3AC031

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

Shades of Lime Green #3AC031

Tints of Lime Green #3AC031

Color information

#3AC031 (or 0x3AC031) is unknown color: approx Lime Green. HEX triplet: 3A, C0 and 31. RGB value is (58,192,49). Sum of RGB (Red+Green+Blue) = 58+192+49=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC031 is #C53FCE. Grayscale: #888888. Windows color (decimal): -12926927 or 3260474. OLE color: 3260474.

HSL color Cylindrical-coordinate representation of color #3AC031: hue angle of 116.22º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC031 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB5819249-
CMYK0.7000.740.25
HSL116.22º59.34%47.25%-
HSV(B)116.22º74.48%75.29%-
XYZ21.1538.829.28-
YUV135.6379.1172.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 192 (75.39% from 255) = 64.21%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=19.40%
G=64.21%
B=16.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58192490.7000.740.25116.2259.3447.25
Hex3AC0314604A19743b2f
Octal72300611060112311647357
Binary11101011000000110001100011001001010110011110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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