Shades of Lime Green #35CF3E
Tints of Lime Green #35CF3E
RGB
CMYK
RGB Variations
Color information
#35CF3E (or 0x35CF3E) is known color: Lime Green. HEX triplet: 35, CF and 3E. RGB value is (53,207,62). Sum of RGB (Red+Green+Blue) = 53+207+62=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF3E is #CA30C1. Grayscale: #909090. Windows color (decimal): -13250754 or 4116277. OLE color: 4116277.
HSL color Cylindrical-coordinate representation of color #35CF3E: hue angle of 123.51º degrees, saturation: 0.62, 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 #35CF3E is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 62 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.19 |
| HSL | 123.51º | 0.62% | 0.51% | - |
| HSV(B) | 123.51º | 0.74% | 0.81% | - |
| XYZ | 24.65 | 45.73 | 12.09 | - |
| YUV | 144.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 62 | 0.74 | 0 | 0.70 | 0.19 | 123.51 | 0.62 | 0.51 |
| Hex | 35 | CF | 3E | 4A | 0 | 46 | 13 | 7C | 3E | 33 |
| Octal | 65 | 317 | 76 | 112 | 0 | 106 | 23 | 174 | 76 | 63 |
| Binary | 110101 | 11001111 | 111110 | 1001010 | 0 | 1000110 | 10011 | 1111100 | 111110 | 110011 |
Color Harmonies of #35CF3E
Complementary color
Monochromatic Colors of #35CF3E
Black with #35CF3E
Text Example
Text Example
White with #35CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF3E; }
p { color: rgb(53,207,62); }
H1.HeaderClassName
{
color: #35CF3E;
}
.AnyTagClassName
{
color: #35CF3E;
}
</style>
background-color css
<style>
a { background-color: #35CF3E; }
a { background-color: rgb(53,207,62); }
div.DivClassName
{
background-color: #35CF3E;
}
.BgClassName
{
background-color: #35CF3E;
}
</style>
border-color css
<style>
span { border-color: #35CF3E; }
span { border-color: rgb(53,207,62); }
td.TdClassName
{
border-color: #35CF3E;
}
.TagClassName
{
border-color: #35CF3E;
}
</style>