Shades of Lime Green #33CE2F
Tints of Lime Green #33CE2F
RGB
CMYK
RGB Variations
Color information
#33CE2F (or 0x33CE2F) is known color: Lime Green. HEX triplet: 33, CE and 2F. RGB value is (51,206,47). Sum of RGB (Red+Green+Blue) = 51+206+47=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CE2F is #CC31D0. Grayscale: #8E8E8E. Windows color (decimal): -13382097 or 3132979. OLE color: 3132979.
HSL color Cylindrical-coordinate representation of color #33CE2F: hue angle of 118.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CE2F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 47 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.19 |
| HSL | 118.49º | 0.63% | 0.5% | - |
| HSV(B) | 118.49º | 0.77% | 0.81% | - |
| XYZ | 23.95 | 45.05 | 10.12 | - |
| YUV | 141.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 47 | 0.75 | 0 | 0.77 | 0.19 | 118.49 | 0.63 | 0.5 |
| Hex | 33 | CE | 2F | 4B | 0 | 4D | 13 | 76 | 3F | 32 |
| Octal | 63 | 316 | 57 | 113 | 0 | 115 | 23 | 166 | 77 | 62 |
| Binary | 110011 | 11001110 | 101111 | 1001011 | 0 | 1001101 | 10011 | 1110110 | 111111 | 110010 |
Color Harmonies of #33CE2F
Complementary color
Monochromatic Colors of #33CE2F
Black with #33CE2F
Text Example
Text Example
White with #33CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE2F; }
p { color: rgb(51,206,47); }
H1.HeaderClassName
{
color: #33CE2F;
}
.AnyTagClassName
{
color: #33CE2F;
}
</style>
background-color css
<style>
a { background-color: #33CE2F; }
a { background-color: rgb(51,206,47); }
div.DivClassName
{
background-color: #33CE2F;
}
.BgClassName
{
background-color: #33CE2F;
}
</style>
border-color css
<style>
span { border-color: #33CE2F; }
span { border-color: rgb(51,206,47); }
td.TdClassName
{
border-color: #33CE2F;
}
.TagClassName
{
border-color: #33CE2F;
}
</style>