Shades of Lime Green #33FA2B
Tints of Lime Green #33FA2B
RGB
CMYK
RGB Variations
Color information
#33FA2B (or 0x33FA2B) is known color: Lime Green. HEX triplet: 33, FA and 2B. RGB value is (51,250,43). Sum of RGB (Red+Green+Blue) = 51+250+43=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FA2B is #CC05D4. Grayscale: #A7A7A7. Windows color (decimal): -13370837 or 2882099. OLE color: 2882099.
HSL color Cylindrical-coordinate representation of color #33FA2B: hue angle of 117.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33FA2B is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 43 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.02 |
| HSL | 117.68º | 0.95% | 0.57% | - |
| HSV(B) | 117.68º | 0.83% | 0.98% | - |
| XYZ | 35.99 | 69.25 | 13.76 | - |
| YUV | 166.9 | 58.07 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 43 | 0.80 | 0 | 0.83 | 0.02 | 117.68 | 0.95 | 0.57 |
| Hex | 33 | FA | 2B | 50 | 0 | 53 | 2 | 76 | 5F | 39 |
| Octal | 63 | 372 | 53 | 120 | 0 | 123 | 2 | 166 | 137 | 71 |
| Binary | 110011 | 11111010 | 101011 | 1010000 | 0 | 1010011 | 10 | 1110110 | 1011111 | 111001 |
Color Harmonies of #33FA2B
Complementary color
Monochromatic Colors of #33FA2B
Black with #33FA2B
Text Example
Text Example
White with #33FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FA2B; }
p { color: rgb(51,250,43); }
H1.HeaderClassName
{
color: #33FA2B;
}
.AnyTagClassName
{
color: #33FA2B;
}
</style>
background-color css
<style>
a { background-color: #33FA2B; }
a { background-color: rgb(51,250,43); }
div.DivClassName
{
background-color: #33FA2B;
}
.BgClassName
{
background-color: #33FA2B;
}
</style>
border-color css
<style>
span { border-color: #33FA2B; }
span { border-color: rgb(51,250,43); }
td.TdClassName
{
border-color: #33FA2B;
}
.TagClassName
{
border-color: #33FA2B;
}
</style>