Shades of Lime Green #35CE4B
Tints of Lime Green #35CE4B
RGB
CMYK
RGB Variations
Color information
#35CE4B (or 0x35CE4B) is known color: Lime Green. HEX triplet: 35, CE and 4B. RGB value is (53,206,75). Sum of RGB (Red+Green+Blue) = 53+206+75=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CE4B is #CA31B4. Grayscale: #919191. Windows color (decimal): -13250997 or 4967989. OLE color: 4967989.
HSL color Cylindrical-coordinate representation of color #35CE4B: hue angle of 128.63º 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 #35CE4B is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 75 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.19 |
| HSL | 128.63º | 0.61% | 0.51% | - |
| HSV(B) | 128.63º | 0.74% | 0.81% | - |
| XYZ | 24.81 | 45.41 | 14.11 | - |
| YUV | 145.32 | 88.31 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 75 | 0.74 | 0 | 0.64 | 0.19 | 128.63 | 0.61 | 0.51 |
| Hex | 35 | CE | 4B | 4A | 0 | 40 | 13 | 81 | 3D | 33 |
| Octal | 65 | 316 | 113 | 112 | 0 | 100 | 23 | 201 | 75 | 63 |
| Binary | 110101 | 11001110 | 1001011 | 1001010 | 0 | 1000000 | 10011 | 10000001 | 111101 | 110011 |
Color Harmonies of #35CE4B
Complementary color
Monochromatic Colors of #35CE4B
Black with #35CE4B
Text Example
Text Example
White with #35CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE4B; }
p { color: rgb(53,206,75); }
H1.HeaderClassName
{
color: #35CE4B;
}
.AnyTagClassName
{
color: #35CE4B;
}
</style>
background-color css
<style>
a { background-color: #35CE4B; }
a { background-color: rgb(53,206,75); }
div.DivClassName
{
background-color: #35CE4B;
}
.BgClassName
{
background-color: #35CE4B;
}
</style>
border-color css
<style>
span { border-color: #35CE4B; }
span { border-color: rgb(53,206,75); }
td.TdClassName
{
border-color: #35CE4B;
}
.TagClassName
{
border-color: #35CE4B;
}
</style>