Shades of Lime Green #3BCE35
Tints of Lime Green #3BCE35
RGB
CMYK
RGB Variations
Color information
#3BCE35 (or 0x3BCE35) is known color: Lime Green. HEX triplet: 3B, CE and 35. RGB value is (59,206,53). Sum of RGB (Red+Green+Blue) = 59+206+53=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE35 is #C431CA. Grayscale: #919191. Windows color (decimal): -12857803 or 3526203. OLE color: 3526203.
HSL color Cylindrical-coordinate representation of color #3BCE35: hue angle of 117.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BCE35 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 53 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.19 |
| HSL | 117.65º | 0.61% | 0.51% | - |
| HSV(B) | 117.65º | 0.74% | 0.81% | - |
| XYZ | 24.52 | 45.33 | 10.83 | - |
| YUV | 144.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 53 | 0.71 | 0 | 0.74 | 0.19 | 117.65 | 0.61 | 0.51 |
| Hex | 3B | CE | 35 | 47 | 0 | 4A | 13 | 76 | 3D | 33 |
| Octal | 73 | 316 | 65 | 107 | 0 | 112 | 23 | 166 | 75 | 63 |
| Binary | 111011 | 11001110 | 110101 | 1000111 | 0 | 1001010 | 10011 | 1110110 | 111101 | 110011 |
Color Harmonies of #3BCE35
Complementary color
Monochromatic Colors of #3BCE35
Black with #3BCE35
Text Example
Text Example
White with #3BCE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE35; }
p { color: rgb(59,206,53); }
H1.HeaderClassName
{
color: #3BCE35;
}
.AnyTagClassName
{
color: #3BCE35;
}
</style>
background-color css
<style>
a { background-color: #3BCE35; }
a { background-color: rgb(59,206,53); }
div.DivClassName
{
background-color: #3BCE35;
}
.BgClassName
{
background-color: #3BCE35;
}
</style>
border-color css
<style>
span { border-color: #3BCE35; }
span { border-color: rgb(59,206,53); }
td.TdClassName
{
border-color: #3BCE35;
}
.TagClassName
{
border-color: #3BCE35;
}
</style>