Shades of Lime Green #35CB28
Tints of Lime Green #35CB28
RGB
CMYK
RGB Variations
Color information
#35CB28 (or 0x35CB28) is known color: Lime Green. HEX triplet: 35, CB and 28. RGB value is (53,203,40). Sum of RGB (Red+Green+Blue) = 53+203+40=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CB28 is #CA34D7. Grayscale: #8C8C8C. Windows color (decimal): -13251800 or 2673461. OLE color: 2673461.
HSL color Cylindrical-coordinate representation of color #35CB28: hue angle of 115.21º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35CB28 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 203 | 40 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.20 |
| HSL | 115.21º | 0.67% | 0.48% | - |
| HSV(B) | 115.21º | 0.8% | 0.8% | - |
| XYZ | 23.21 | 43.62 | 9.2 | - |
| YUV | 139.57 | 71.81 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 203 | 40 | 0.74 | 0 | 0.80 | 0.20 | 115.21 | 0.67 | 0.48 |
| Hex | 35 | CB | 28 | 4A | 0 | 50 | 14 | 73 | 43 | 30 |
| Octal | 65 | 313 | 50 | 112 | 0 | 120 | 24 | 163 | 103 | 60 |
| Binary | 110101 | 11001011 | 101000 | 1001010 | 0 | 1010000 | 10100 | 1110011 | 1000011 | 110000 |
Color Harmonies of #35CB28
Complementary color
Monochromatic Colors of #35CB28
Black with #35CB28
Text Example
Text Example
White with #35CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CB28; }
p { color: rgb(53,203,40); }
H1.HeaderClassName
{
color: #35CB28;
}
.AnyTagClassName
{
color: #35CB28;
}
</style>
background-color css
<style>
a { background-color: #35CB28; }
a { background-color: rgb(53,203,40); }
div.DivClassName
{
background-color: #35CB28;
}
.BgClassName
{
background-color: #35CB28;
}
</style>
border-color css
<style>
span { border-color: #35CB28; }
span { border-color: rgb(53,203,40); }
td.TdClassName
{
border-color: #35CB28;
}
.TagClassName
{
border-color: #35CB28;
}
</style>