Shades of Lime Green #33FC2C
Tints of Lime Green #33FC2C
RGB
CMYK
RGB Variations
Color information
#33FC2C (or 0x33FC2C) is known color: Lime Green. HEX triplet: 33, FC and 2C. RGB value is (51,252,44). Sum of RGB (Red+Green+Blue) = 51+252+44=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FC2C is #CC03D3. Grayscale: #A8A8A8. Windows color (decimal): -13370324 or 2948147. OLE color: 2948147.
HSL color Cylindrical-coordinate representation of color #33FC2C: hue angle of 117.98º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33FC2C is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 44 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.01 |
| HSL | 117.98º | 0.97% | 0.58% | - |
| HSV(B) | 117.98º | 0.83% | 0.99% | - |
| XYZ | 36.63 | 70.51 | 14.06 | - |
| YUV | 168.19 | 57.91 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 44 | 0.80 | 0 | 0.83 | 0.01 | 117.98 | 0.97 | 0.58 |
| Hex | 33 | FC | 2C | 50 | 0 | 53 | 1 | 76 | 61 | 3A |
| Octal | 63 | 374 | 54 | 120 | 0 | 123 | 1 | 166 | 141 | 72 |
| Binary | 110011 | 11111100 | 101100 | 1010000 | 0 | 1010011 | 1 | 1110110 | 1100001 | 111010 |
Color Harmonies of #33FC2C
Complementary color
Monochromatic Colors of #33FC2C
Black with #33FC2C
Text Example
Text Example
White with #33FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FC2C; }
p { color: rgb(51,252,44); }
H1.HeaderClassName
{
color: #33FC2C;
}
.AnyTagClassName
{
color: #33FC2C;
}
</style>
background-color css
<style>
a { background-color: #33FC2C; }
a { background-color: rgb(51,252,44); }
div.DivClassName
{
background-color: #33FC2C;
}
.BgClassName
{
background-color: #33FC2C;
}
</style>
border-color css
<style>
span { border-color: #33FC2C; }
span { border-color: rgb(51,252,44); }
td.TdClassName
{
border-color: #33FC2C;
}
.TagClassName
{
border-color: #33FC2C;
}
</style>