Shades of Lime Green #33F92D
Tints of Lime Green #33F92D
RGB
CMYK
RGB Variations
Color information
#33F92D (or 0x33F92D) is known color: Lime Green. HEX triplet: 33, F9 and 2D. RGB value is (51,249,45). Sum of RGB (Red+Green+Blue) = 51+249+45=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #33F92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F92D is #CC06D2. Grayscale: #A7A7A7. Windows color (decimal): -13371091 or 3012915. OLE color: 3012915.
HSL color Cylindrical-coordinate representation of color #33F92D: hue angle of 118.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33F92D is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 45 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.02 |
| HSL | 118.24º | 0.94% | 0.58% | - |
| HSV(B) | 118.24º | 0.82% | 0.98% | - |
| XYZ | 35.71 | 68.64 | 13.85 | - |
| YUV | 166.54 | 59.4 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 45 | 0.80 | 0 | 0.82 | 0.02 | 118.24 | 0.94 | 0.58 |
| Hex | 33 | F9 | 2D | 50 | 0 | 52 | 2 | 76 | 5E | 3A |
| Octal | 63 | 371 | 55 | 120 | 0 | 122 | 2 | 166 | 136 | 72 |
| Binary | 110011 | 11111001 | 101101 | 1010000 | 0 | 1010010 | 10 | 1110110 | 1011110 | 111010 |
Color Harmonies of #33F92D
Complementary color
Monochromatic Colors of #33F92D
Black with #33F92D
Text Example
Text Example
White with #33F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F92D; }
p { color: rgb(51,249,45); }
H1.HeaderClassName
{
color: #33F92D;
}
.AnyTagClassName
{
color: #33F92D;
}
</style>
background-color css
<style>
a { background-color: #33F92D; }
a { background-color: rgb(51,249,45); }
div.DivClassName
{
background-color: #33F92D;
}
.BgClassName
{
background-color: #33F92D;
}
</style>
border-color css
<style>
span { border-color: #33F92D; }
span { border-color: rgb(51,249,45); }
td.TdClassName
{
border-color: #33F92D;
}
.TagClassName
{
border-color: #33F92D;
}
</style>