Shades of Lime Green #3ACB2B
Tints of Lime Green #3ACB2B
RGB
CMYK
RGB Variations
Color information
#3ACB2B (or 0x3ACB2B) is known color: Lime Green. HEX triplet: 3A, CB and 2B. RGB value is (58,203,43). Sum of RGB (Red+Green+Blue) = 58+203+43=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB2B is #C534D4. Grayscale: #8D8D8D. Windows color (decimal): -12924117 or 2870074. OLE color: 2870074.
HSL color Cylindrical-coordinate representation of color #3ACB2B: hue angle of 114.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ACB2B is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 43 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.20 |
| HSL | 114.38º | 0.65% | 0.48% | - |
| HSV(B) | 114.38º | 0.79% | 0.8% | - |
| XYZ | 23.54 | 43.79 | 9.5 | - |
| YUV | 141.41 | 72.46 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 43 | 0.71 | 0 | 0.79 | 0.20 | 114.38 | 0.65 | 0.48 |
| Hex | 3A | CB | 2B | 47 | 0 | 4F | 14 | 72 | 41 | 30 |
| Octal | 72 | 313 | 53 | 107 | 0 | 117 | 24 | 162 | 101 | 60 |
| Binary | 111010 | 11001011 | 101011 | 1000111 | 0 | 1001111 | 10100 | 1110010 | 1000001 | 110000 |
Color Harmonies of #3ACB2B
Complementary color
Monochromatic Colors of #3ACB2B
Black with #3ACB2B
Text Example
Text Example
White with #3ACB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB2B; }
p { color: rgb(58,203,43); }
H1.HeaderClassName
{
color: #3ACB2B;
}
.AnyTagClassName
{
color: #3ACB2B;
}
</style>
background-color css
<style>
a { background-color: #3ACB2B; }
a { background-color: rgb(58,203,43); }
div.DivClassName
{
background-color: #3ACB2B;
}
.BgClassName
{
background-color: #3ACB2B;
}
</style>
border-color css
<style>
span { border-color: #3ACB2B; }
span { border-color: rgb(58,203,43); }
td.TdClassName
{
border-color: #3ACB2B;
}
.TagClassName
{
border-color: #3ACB2B;
}
</style>