Shades of Lime Green #3ACB27
Tints of Lime Green #3ACB27
RGB
CMYK
RGB Variations
Color information
#3ACB27 (or 0x3ACB27) is known color: Lime Green. HEX triplet: 3A, CB and 27. RGB value is (58,203,39). Sum of RGB (Red+Green+Blue) = 58+203+39=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB27 is #C534D8. Grayscale: #8D8D8D. Windows color (decimal): -12924121 or 2607930. OLE color: 2607930.
HSL color Cylindrical-coordinate representation of color #3ACB27: hue angle of 113.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ACB27 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 39 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.20 |
| HSL | 113.05º | 0.68% | 0.47% | - |
| HSV(B) | 113.05º | 0.81% | 0.8% | - |
| XYZ | 23.47 | 43.76 | 9.13 | - |
| YUV | 140.95 | 70.46 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 39 | 0.71 | 0 | 0.81 | 0.20 | 113.05 | 0.68 | 0.47 |
| Hex | 3A | CB | 27 | 47 | 0 | 51 | 14 | 71 | 44 | 2F |
| Octal | 72 | 313 | 47 | 107 | 0 | 121 | 24 | 161 | 104 | 57 |
| Binary | 111010 | 11001011 | 100111 | 1000111 | 0 | 1010001 | 10100 | 1110001 | 1000100 | 101111 |
Color Harmonies of #3ACB27
Complementary color
Monochromatic Colors of #3ACB27
Black with #3ACB27
Text Example
Text Example
White with #3ACB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB27; }
p { color: rgb(58,203,39); }
H1.HeaderClassName
{
color: #3ACB27;
}
.AnyTagClassName
{
color: #3ACB27;
}
</style>
background-color css
<style>
a { background-color: #3ACB27; }
a { background-color: rgb(58,203,39); }
div.DivClassName
{
background-color: #3ACB27;
}
.BgClassName
{
background-color: #3ACB27;
}
</style>
border-color css
<style>
span { border-color: #3ACB27; }
span { border-color: rgb(58,203,39); }
td.TdClassName
{
border-color: #3ACB27;
}
.TagClassName
{
border-color: #3ACB27;
}
</style>