Shades of Lime Green #3AC92C
Tints of Lime Green #3AC92C
RGB
CMYK
RGB Variations
Color information
#3AC92C (or 0x3AC92C) is known color: Lime Green. HEX triplet: 3A, C9 and 2C. RGB value is (58,201,44). Sum of RGB (Red+Green+Blue) = 58+201+44=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC92C is #C536D3. Grayscale: #8C8C8C. Windows color (decimal): -12924628 or 2935098. OLE color: 2935098.
HSL color Cylindrical-coordinate representation of color #3AC92C: hue angle of 114.65º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AC92C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 44 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.21 |
| HSL | 114.65º | 0.64% | 0.48% | - |
| HSV(B) | 114.65º | 0.78% | 0.79% | - |
| XYZ | 23.09 | 42.85 | 9.44 | - |
| YUV | 140.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 44 | 0.71 | 0 | 0.78 | 0.21 | 114.65 | 0.64 | 0.48 |
| Hex | 3A | C9 | 2C | 47 | 0 | 4E | 15 | 73 | 40 | 30 |
| Octal | 72 | 311 | 54 | 107 | 0 | 116 | 25 | 163 | 100 | 60 |
| Binary | 111010 | 11001001 | 101100 | 1000111 | 0 | 1001110 | 10101 | 1110011 | 1000000 | 110000 |
Color Harmonies of #3AC92C
Complementary color
Monochromatic Colors of #3AC92C
Black with #3AC92C
Text Example
Text Example
White with #3AC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC92C; }
p { color: rgb(58,201,44); }
H1.HeaderClassName
{
color: #3AC92C;
}
.AnyTagClassName
{
color: #3AC92C;
}
</style>
background-color css
<style>
a { background-color: #3AC92C; }
a { background-color: rgb(58,201,44); }
div.DivClassName
{
background-color: #3AC92C;
}
.BgClassName
{
background-color: #3AC92C;
}
</style>
border-color css
<style>
span { border-color: #3AC92C; }
span { border-color: rgb(58,201,44); }
td.TdClassName
{
border-color: #3AC92C;
}
.TagClassName
{
border-color: #3AC92C;
}
</style>