#3AC628

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

Shades of Lime Green #3AC628

Tints of Lime Green #3AC628

Color information

#3AC628 (or 0x3AC628) is unknown color: approx Lime Green. HEX triplet: 3A, C6 and 28. RGB value is (58,198,40). Sum of RGB (Red+Green+Blue) = 58+198+40=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 198 (77.73% from 255 or 66.89% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC628 is #C539D7. Grayscale: #8A8A8A. Windows color (decimal): -12925400 or 2672186. OLE color: 2672186.

HSL color Cylindrical-coordinate representation of color #3AC628: hue angle of 113.16º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC628 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB5819840-
CMYK0.7100.800.22
HSL113.16º66.39%46.67%-
HSV(B)113.16º79.8%77.65%-
XYZ22.3241.448.83-
YUV138.1372.6270.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 198 (77.73% from 255) = 66.89%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=19.59%
G=66.89%
B=13.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal58198400.7100.800.22113.1666.3946.67
Hex3AC628470501671422f
Octal723065010701202616110257
Binary111010110001101010001000111010100001011011100011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,198,40); }

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

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

 a { background-color: rgb(58,198,40); }

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

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

 span { border-color: rgb(58,198,40); }

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