Shades of Lime Green #33CE26
Tints of Lime Green #33CE26
RGB
CMYK
RGB Variations
Color information
#33CE26 (or 0x33CE26) is known color: Lime Green. HEX triplet: 33, CE and 26. RGB value is (51,206,38). Sum of RGB (Red+Green+Blue) = 51+206+38=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CE26 is #CC31D9. Grayscale: #8D8D8D. Windows color (decimal): -13382106 or 2543155. OLE color: 2543155.
HSL color Cylindrical-coordinate representation of color #33CE26: hue angle of 115.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33CE26 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 38 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.19 |
| HSL | 115.36º | 0.69% | 0.48% | - |
| HSV(B) | 115.36º | 0.82% | 0.81% | - |
| XYZ | 23.79 | 44.99 | 9.26 | - |
| YUV | 140.5 | 70.15 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 38 | 0.75 | 0 | 0.82 | 0.19 | 115.36 | 0.69 | 0.48 |
| Hex | 33 | CE | 26 | 4B | 0 | 52 | 13 | 73 | 45 | 30 |
| Octal | 63 | 316 | 46 | 113 | 0 | 122 | 23 | 163 | 105 | 60 |
| Binary | 110011 | 11001110 | 100110 | 1001011 | 0 | 1010010 | 10011 | 1110011 | 1000101 | 110000 |
Color Harmonies of #33CE26
Complementary color
Monochromatic Colors of #33CE26
Black with #33CE26
Text Example
Text Example
White with #33CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE26; }
p { color: rgb(51,206,38); }
H1.HeaderClassName
{
color: #33CE26;
}
.AnyTagClassName
{
color: #33CE26;
}
</style>
background-color css
<style>
a { background-color: #33CE26; }
a { background-color: rgb(51,206,38); }
div.DivClassName
{
background-color: #33CE26;
}
.BgClassName
{
background-color: #33CE26;
}
</style>
border-color css
<style>
span { border-color: #33CE26; }
span { border-color: rgb(51,206,38); }
td.TdClassName
{
border-color: #33CE26;
}
.TagClassName
{
border-color: #33CE26;
}
</style>