Shades of Lime Green #35CF21
Tints of Lime Green #35CF21
RGB
CMYK
RGB Variations
Color information
#35CF21 (or 0x35CF21) is known color: Lime Green. HEX triplet: 35, CF and 21. RGB value is (53,207,33). Sum of RGB (Red+Green+Blue) = 53+207+33=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF21 is #CA30DE. Grayscale: #8D8D8D. Windows color (decimal): -13250783 or 2215733. OLE color: 2215733.
HSL color Cylindrical-coordinate representation of color #35CF21: hue angle of 113.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35CF21 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 33 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.19 |
| HSL | 113.1º | 0.73% | 0.47% | - |
| HSV(B) | 113.1º | 0.84% | 0.81% | - |
| XYZ | 24.06 | 45.49 | 8.95 | - |
| YUV | 141.12 | 66.98 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 33 | 0.74 | 0 | 0.84 | 0.19 | 113.1 | 0.73 | 0.47 |
| Hex | 35 | CF | 21 | 4A | 0 | 54 | 13 | 71 | 48 | 2F |
| Octal | 65 | 317 | 41 | 112 | 0 | 124 | 23 | 161 | 110 | 57 |
| Binary | 110101 | 11001111 | 100001 | 1001010 | 0 | 1010100 | 10011 | 1110001 | 1001000 | 101111 |
Color Harmonies of #35CF21
Complementary color
Monochromatic Colors of #35CF21
Black with #35CF21
Text Example
Text Example
White with #35CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF21; }
p { color: rgb(53,207,33); }
H1.HeaderClassName
{
color: #35CF21;
}
.AnyTagClassName
{
color: #35CF21;
}
</style>
background-color css
<style>
a { background-color: #35CF21; }
a { background-color: rgb(53,207,33); }
div.DivClassName
{
background-color: #35CF21;
}
.BgClassName
{
background-color: #35CF21;
}
</style>
border-color css
<style>
span { border-color: #35CF21; }
span { border-color: rgb(53,207,33); }
td.TdClassName
{
border-color: #35CF21;
}
.TagClassName
{
border-color: #35CF21;
}
</style>