Shades of Lime Green #33F93C
Tints of Lime Green #33F93C
RGB
CMYK
RGB Variations
Color information
#33F93C (or 0x33F93C) is known color: Lime Green. HEX triplet: 33, F9 and 3C. RGB value is (51,249,60). Sum of RGB (Red+Green+Blue) = 51+249+60=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #33F93C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F93C is #CC06C3. Grayscale: #A8A8A8. Windows color (decimal): -13371076 or 3995955. OLE color: 3995955.
HSL color Cylindrical-coordinate representation of color #33F93C: hue angle of 122.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F93C is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 60 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.02 |
| HSL | 122.73º | 0.94% | 0.59% | - |
| HSV(B) | 122.73º | 0.8% | 0.98% | - |
| XYZ | 36.06 | 68.78 | 15.65 | - |
| YUV | 168.25 | 66.9 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 60 | 0.80 | 0 | 0.76 | 0.02 | 122.73 | 0.94 | 0.59 |
| Hex | 33 | F9 | 3C | 50 | 0 | 4C | 2 | 7B | 5E | 3B |
| Octal | 63 | 371 | 74 | 120 | 0 | 114 | 2 | 173 | 136 | 73 |
| Binary | 110011 | 11111001 | 111100 | 1010000 | 0 | 1001100 | 10 | 1111011 | 1011110 | 111011 |
Color Harmonies of #33F93C
Complementary color
Monochromatic Colors of #33F93C
Black with #33F93C
Text Example
Text Example
White with #33F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F93C; }
p { color: rgb(51,249,60); }
H1.HeaderClassName
{
color: #33F93C;
}
.AnyTagClassName
{
color: #33F93C;
}
</style>
background-color css
<style>
a { background-color: #33F93C; }
a { background-color: rgb(51,249,60); }
div.DivClassName
{
background-color: #33F93C;
}
.BgClassName
{
background-color: #33F93C;
}
</style>
border-color css
<style>
span { border-color: #33F93C; }
span { border-color: rgb(51,249,60); }
td.TdClassName
{
border-color: #33F93C;
}
.TagClassName
{
border-color: #33F93C;
}
</style>