Shades of Lime Green #33CA3A
Tints of Lime Green #33CA3A
RGB
CMYK
RGB Variations
Color information
#33CA3A (or 0x33CA3A) is known color: Lime Green. HEX triplet: 33, CA and 3A. RGB value is (51,202,58). Sum of RGB (Red+Green+Blue) = 51+202+58=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CA3A is #CC35C5. Grayscale: #8C8C8C. Windows color (decimal): -13383110 or 3852851. OLE color: 3852851.
HSL color Cylindrical-coordinate representation of color #33CA3A: hue angle of 122.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CA3A is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 202 | 58 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.21 |
| HSL | 122.78º | 0.6% | 0.5% | - |
| HSV(B) | 122.78º | 0.75% | 0.79% | - |
| XYZ | 23.25 | 43.25 | 11.13 | - |
| YUV | 140.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 58 | 0.75 | 0 | 0.71 | 0.21 | 122.78 | 0.6 | 0.5 |
| Hex | 33 | CA | 3A | 4B | 0 | 47 | 15 | 7B | 3C | 32 |
| Octal | 63 | 312 | 72 | 113 | 0 | 107 | 25 | 173 | 74 | 62 |
| Binary | 110011 | 11001010 | 111010 | 1001011 | 0 | 1000111 | 10101 | 1111011 | 111100 | 110010 |
Color Harmonies of #33CA3A
Complementary color
Monochromatic Colors of #33CA3A
Black with #33CA3A
Text Example
Text Example
White with #33CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CA3A; }
p { color: rgb(51,202,58); }
H1.HeaderClassName
{
color: #33CA3A;
}
.AnyTagClassName
{
color: #33CA3A;
}
</style>
background-color css
<style>
a { background-color: #33CA3A; }
a { background-color: rgb(51,202,58); }
div.DivClassName
{
background-color: #33CA3A;
}
.BgClassName
{
background-color: #33CA3A;
}
</style>
border-color css
<style>
span { border-color: #33CA3A; }
span { border-color: rgb(51,202,58); }
td.TdClassName
{
border-color: #33CA3A;
}
.TagClassName
{
border-color: #33CA3A;
}
</style>