Shades of Lime Green #35CC3C
Tints of Lime Green #35CC3C
RGB
CMYK
RGB Variations
Color information
#35CC3C (or 0x35CC3C) is known color: Lime Green. HEX triplet: 35, CC and 3C. RGB value is (53,204,60). Sum of RGB (Red+Green+Blue) = 53+204+60=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 204 (80.08% from 255 or 64.35% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CC3C is #CA33C3. Grayscale: #8E8E8E. Windows color (decimal): -13251524 or 3984437. OLE color: 3984437.
HSL color Cylindrical-coordinate representation of color #35CC3C: hue angle of 122.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC3C is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 204 | 60 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.2 |
| HSL | 122.78º | 0.6% | 0.5% | - |
| HSV(B) | 122.78º | 0.74% | 0.8% | - |
| XYZ | 23.88 | 44.27 | 11.56 | - |
| YUV | 142.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 60 | 0.74 | 0 | 0.71 | 0.2 | 122.78 | 0.6 | 0.5 |
| Hex | 35 | CC | 3C | 4A | 0 | 47 | 14 | 7B | 3C | 32 |
| Octal | 65 | 314 | 74 | 112 | 0 | 107 | 24 | 173 | 74 | 62 |
| Binary | 110101 | 11001100 | 111100 | 1001010 | 0 | 1000111 | 10100 | 1111011 | 111100 | 110010 |
Color Harmonies of #35CC3C
Complementary color
Monochromatic Colors of #35CC3C
Black with #35CC3C
Text Example
Text Example
White with #35CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CC3C; }
p { color: rgb(53,204,60); }
H1.HeaderClassName
{
color: #35CC3C;
}
.AnyTagClassName
{
color: #35CC3C;
}
</style>
background-color css
<style>
a { background-color: #35CC3C; }
a { background-color: rgb(53,204,60); }
div.DivClassName
{
background-color: #35CC3C;
}
.BgClassName
{
background-color: #35CC3C;
}
</style>
border-color css
<style>
span { border-color: #35CC3C; }
span { border-color: rgb(53,204,60); }
td.TdClassName
{
border-color: #35CC3C;
}
.TagClassName
{
border-color: #35CC3C;
}
</style>