Shades of Lime Green #3CBF36
Tints of Lime Green #3CBF36
RGB
CMYK
RGB Variations
Color information
#3CBF36 (or 0x3CBF36) is known color: Lime Green. HEX triplet: 3C, BF and 36. RGB value is (60,191,54). Sum of RGB (Red+Green+Blue) = 60+191+54=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF36 is #C340C9. Grayscale: #888888. Windows color (decimal): -12796106 or 3587900. OLE color: 3587900.
HSL color Cylindrical-coordinate representation of color #3CBF36: hue angle of 117.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBF36 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 54 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.25 |
| HSL | 117.37º | 0.56% | 0.48% | - |
| HSV(B) | 117.37º | 0.72% | 0.75% | - |
| XYZ | 21.16 | 38.49 | 9.8 | - |
| YUV | 136.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 54 | 0.69 | 0 | 0.72 | 0.25 | 117.37 | 0.56 | 0.48 |
| Hex | 3C | BF | 36 | 45 | 0 | 48 | 19 | 75 | 38 | 30 |
| Octal | 74 | 277 | 66 | 105 | 0 | 110 | 31 | 165 | 70 | 60 |
| Binary | 111100 | 10111111 | 110110 | 1000101 | 0 | 1001000 | 11001 | 1110101 | 111000 | 110000 |
Color Harmonies of #3CBF36
Complementary color
Monochromatic Colors of #3CBF36
Black with #3CBF36
Text Example
Text Example
White with #3CBF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF36; }
p { color: rgb(60,191,54); }
H1.HeaderClassName
{
color: #3CBF36;
}
.AnyTagClassName
{
color: #3CBF36;
}
</style>
background-color css
<style>
a { background-color: #3CBF36; }
a { background-color: rgb(60,191,54); }
div.DivClassName
{
background-color: #3CBF36;
}
.BgClassName
{
background-color: #3CBF36;
}
</style>
border-color css
<style>
span { border-color: #3CBF36; }
span { border-color: rgb(60,191,54); }
td.TdClassName
{
border-color: #3CBF36;
}
.TagClassName
{
border-color: #3CBF36;
}
</style>