Shades of Lime Green #3ACB41
Tints of Lime Green #3ACB41
RGB
CMYK
RGB Variations
Color information
#3ACB41 (or 0x3ACB41) is known color: Lime Green. HEX triplet: 3A, CB and 41. RGB value is (58,203,65). Sum of RGB (Red+Green+Blue) = 58+203+65=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB41 is #C534BE. Grayscale: #909090. Windows color (decimal): -12924095 or 4311866. OLE color: 4311866.
HSL color Cylindrical-coordinate representation of color #3ACB41: hue angle of 122.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACB41 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 65 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.20 |
| HSL | 122.9º | 0.58% | 0.51% | - |
| HSV(B) | 122.9º | 0.71% | 0.8% | - |
| XYZ | 24.05 | 43.99 | 12.22 | - |
| YUV | 143.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 65 | 0.71 | 0 | 0.68 | 0.20 | 122.9 | 0.58 | 0.51 |
| Hex | 3A | CB | 41 | 47 | 0 | 44 | 14 | 7B | 3A | 33 |
| Octal | 72 | 313 | 101 | 107 | 0 | 104 | 24 | 173 | 72 | 63 |
| Binary | 111010 | 11001011 | 1000001 | 1000111 | 0 | 1000100 | 10100 | 1111011 | 111010 | 110011 |
Color Harmonies of #3ACB41
Complementary color
Monochromatic Colors of #3ACB41
Black with #3ACB41
Text Example
Text Example
White with #3ACB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB41; }
p { color: rgb(58,203,65); }
H1.HeaderClassName
{
color: #3ACB41;
}
.AnyTagClassName
{
color: #3ACB41;
}
</style>
background-color css
<style>
a { background-color: #3ACB41; }
a { background-color: rgb(58,203,65); }
div.DivClassName
{
background-color: #3ACB41;
}
.BgClassName
{
background-color: #3ACB41;
}
</style>
border-color css
<style>
span { border-color: #3ACB41; }
span { border-color: rgb(58,203,65); }
td.TdClassName
{
border-color: #3ACB41;
}
.TagClassName
{
border-color: #3ACB41;
}
</style>