Shades of Lime Green #35CA34
Tints of Lime Green #35CA34
RGB
CMYK
RGB Variations
Color information
#35CA34 (or 0x35CA34) is known color: Lime Green. HEX triplet: 35, CA and 34. RGB value is (53,202,52). Sum of RGB (Red+Green+Blue) = 53+202+52=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA34 is #CA35CB. Grayscale: #8C8C8C. Windows color (decimal): -13252044 or 3459637. OLE color: 3459637.
HSL color Cylindrical-coordinate representation of color #35CA34: hue angle of 119.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA34 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 52 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.21 |
| HSL | 119.6º | 0.59% | 0.5% | - |
| HSV(B) | 119.6º | 0.74% | 0.79% | - |
| XYZ | 23.21 | 43.25 | 10.37 | - |
| YUV | 140.35 | 78.14 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 52 | 0.74 | 0 | 0.74 | 0.21 | 119.6 | 0.59 | 0.5 |
| Hex | 35 | CA | 34 | 4A | 0 | 4A | 15 | 78 | 3B | 32 |
| Octal | 65 | 312 | 64 | 112 | 0 | 112 | 25 | 170 | 73 | 62 |
| Binary | 110101 | 11001010 | 110100 | 1001010 | 0 | 1001010 | 10101 | 1111000 | 111011 | 110010 |
Color Harmonies of #35CA34
Complementary color
Monochromatic Colors of #35CA34
Black with #35CA34
Text Example
Text Example
White with #35CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA34; }
p { color: rgb(53,202,52); }
H1.HeaderClassName
{
color: #35CA34;
}
.AnyTagClassName
{
color: #35CA34;
}
</style>
background-color css
<style>
a { background-color: #35CA34; }
a { background-color: rgb(53,202,52); }
div.DivClassName
{
background-color: #35CA34;
}
.BgClassName
{
background-color: #35CA34;
}
</style>
border-color css
<style>
span { border-color: #35CA34; }
span { border-color: rgb(53,202,52); }
td.TdClassName
{
border-color: #35CA34;
}
.TagClassName
{
border-color: #35CA34;
}
</style>