Shades of Lime Green #3ACB35
Tints of Lime Green #3ACB35
RGB
CMYK
RGB Variations
Color information
#3ACB35 (or 0x3ACB35) is known color: Lime Green. HEX triplet: 3A, CB and 35. RGB value is (58,203,53). Sum of RGB (Red+Green+Blue) = 58+203+53=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB35 is #C534CA. Grayscale: #8F8F8F. Windows color (decimal): -12924107 or 3525434. OLE color: 3525434.
HSL color Cylindrical-coordinate representation of color #3ACB35: hue angle of 118º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACB35 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 53 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.20 |
| HSL | 118º | 0.59% | 0.5% | - |
| HSV(B) | 118º | 0.74% | 0.8% | - |
| XYZ | 23.74 | 43.87 | 10.58 | - |
| YUV | 142.55 | 77.46 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 53 | 0.71 | 0 | 0.74 | 0.20 | 118 | 0.59 | 0.5 |
| Hex | 3A | CB | 35 | 47 | 0 | 4A | 14 | 76 | 3B | 32 |
| Octal | 72 | 313 | 65 | 107 | 0 | 112 | 24 | 166 | 73 | 62 |
| Binary | 111010 | 11001011 | 110101 | 1000111 | 0 | 1001010 | 10100 | 1110110 | 111011 | 110010 |
Color Harmonies of #3ACB35
Complementary color
Monochromatic Colors of #3ACB35
Black with #3ACB35
Text Example
Text Example
White with #3ACB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB35; }
p { color: rgb(58,203,53); }
H1.HeaderClassName
{
color: #3ACB35;
}
.AnyTagClassName
{
color: #3ACB35;
}
</style>
background-color css
<style>
a { background-color: #3ACB35; }
a { background-color: rgb(58,203,53); }
div.DivClassName
{
background-color: #3ACB35;
}
.BgClassName
{
background-color: #3ACB35;
}
</style>
border-color css
<style>
span { border-color: #3ACB35; }
span { border-color: rgb(58,203,53); }
td.TdClassName
{
border-color: #3ACB35;
}
.TagClassName
{
border-color: #3ACB35;
}
</style>