Shades of Lime Green #3CCE35
Tints of Lime Green #3CCE35
RGB
CMYK
RGB Variations
Color information
#3CCE35 (or 0x3CCE35) is known color: Lime Green. HEX triplet: 3C, CE and 35. RGB value is (60,206,53). Sum of RGB (Red+Green+Blue) = 60+206+53=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCE35 is #C331CA. Grayscale: #919191. Windows color (decimal): -12792267 or 3526204. OLE color: 3526204.
HSL color Cylindrical-coordinate representation of color #3CCE35: hue angle of 117.25º 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 #3CCE35 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 53 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.19 |
| HSL | 117.25º | 0.61% | 0.51% | - |
| HSV(B) | 117.25º | 0.74% | 0.81% | - |
| XYZ | 24.58 | 45.36 | 10.83 | - |
| YUV | 144.9 | 76.13 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 53 | 0.71 | 0 | 0.74 | 0.19 | 117.25 | 0.61 | 0.51 |
| Hex | 3C | CE | 35 | 47 | 0 | 4A | 13 | 75 | 3D | 33 |
| Octal | 74 | 316 | 65 | 107 | 0 | 112 | 23 | 165 | 75 | 63 |
| Binary | 111100 | 11001110 | 110101 | 1000111 | 0 | 1001010 | 10011 | 1110101 | 111101 | 110011 |
Color Harmonies of #3CCE35
Complementary color
Monochromatic Colors of #3CCE35
Black with #3CCE35
Text Example
Text Example
White with #3CCE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCE35; }
p { color: rgb(60,206,53); }
H1.HeaderClassName
{
color: #3CCE35;
}
.AnyTagClassName
{
color: #3CCE35;
}
</style>
background-color css
<style>
a { background-color: #3CCE35; }
a { background-color: rgb(60,206,53); }
div.DivClassName
{
background-color: #3CCE35;
}
.BgClassName
{
background-color: #3CCE35;
}
</style>
border-color css
<style>
span { border-color: #3CCE35; }
span { border-color: rgb(60,206,53); }
td.TdClassName
{
border-color: #3CCE35;
}
.TagClassName
{
border-color: #3CCE35;
}
</style>