Shades of Lime Green #33F83C
Tints of Lime Green #33F83C
RGB
CMYK
RGB Variations
Color information
#33F83C (or 0x33F83C) is known color: Lime Green. HEX triplet: 33, F8 and 3C. RGB value is (51,248,60). Sum of RGB (Red+Green+Blue) = 51+248+60=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 248 (97.27% from 255 or 69.08% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 248 - color contains mainly: green. Hex color #33F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F83C is #CC07C3. Grayscale: #A8A8A8. Windows color (decimal): -13371332 or 3995699. OLE color: 3995699.
HSL color Cylindrical-coordinate representation of color #33F83C: hue angle of 122.74º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F83C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 60 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.03 |
| HSL | 122.74º | 0.93% | 0.59% | - |
| HSV(B) | 122.74º | 0.79% | 0.97% | - |
| XYZ | 35.75 | 68.16 | 15.55 | - |
| YUV | 167.67 | 67.23 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 60 | 0.79 | 0 | 0.76 | 0.03 | 122.74 | 0.93 | 0.59 |
| Hex | 33 | F8 | 3C | 4F | 0 | 4C | 3 | 7B | 5D | 3B |
| Octal | 63 | 370 | 74 | 117 | 0 | 114 | 3 | 173 | 135 | 73 |
| Binary | 110011 | 11111000 | 111100 | 1001111 | 0 | 1001100 | 11 | 1111011 | 1011101 | 111011 |
Color Harmonies of #33F83C
Complementary color
Monochromatic Colors of #33F83C
Black with #33F83C
Text Example
Text Example
White with #33F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F83C; }
p { color: rgb(51,248,60); }
H1.HeaderClassName
{
color: #33F83C;
}
.AnyTagClassName
{
color: #33F83C;
}
</style>
background-color css
<style>
a { background-color: #33F83C; }
a { background-color: rgb(51,248,60); }
div.DivClassName
{
background-color: #33F83C;
}
.BgClassName
{
background-color: #33F83C;
}
</style>
border-color css
<style>
span { border-color: #33F83C; }
span { border-color: rgb(51,248,60); }
td.TdClassName
{
border-color: #33F83C;
}
.TagClassName
{
border-color: #33F83C;
}
</style>