Shades of Lime Green #33F630
Tints of Lime Green #33F630
RGB
CMYK
RGB Variations
Color information
#33F630 (or 0x33F630) is known color: Lime Green. HEX triplet: 33, F6 and 30. RGB value is (51,246,48). Sum of RGB (Red+Green+Blue) = 51+246+48=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #33F630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F630 is #CC09CF. Grayscale: #A5A5A5. Windows color (decimal): -13371856 or 3208755. OLE color: 3208755.
HSL color Cylindrical-coordinate representation of color #33F630: hue angle of 119.09º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F630 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 246 | 48 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.04 |
| HSL | 119.09º | 0.92% | 0.58% | - |
| HSV(B) | 119.09º | 0.8% | 0.96% | - |
| XYZ | 34.85 | 66.83 | 13.86 | - |
| YUV | 165.12 | 61.9 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 246 | 48 | 0.79 | 0 | 0.80 | 0.04 | 119.09 | 0.92 | 0.58 |
| Hex | 33 | F6 | 30 | 4F | 0 | 50 | 4 | 77 | 5C | 3A |
| Octal | 63 | 366 | 60 | 117 | 0 | 120 | 4 | 167 | 134 | 72 |
| Binary | 110011 | 11110110 | 110000 | 1001111 | 0 | 1010000 | 100 | 1110111 | 1011100 | 111010 |
Color Harmonies of #33F630
Complementary color
Monochromatic Colors of #33F630
Black with #33F630
Text Example
Text Example
White with #33F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F630; }
p { color: rgb(51,246,48); }
H1.HeaderClassName
{
color: #33F630;
}
.AnyTagClassName
{
color: #33F630;
}
</style>
background-color css
<style>
a { background-color: #33F630; }
a { background-color: rgb(51,246,48); }
div.DivClassName
{
background-color: #33F630;
}
.BgClassName
{
background-color: #33F630;
}
</style>
border-color css
<style>
span { border-color: #33F630; }
span { border-color: rgb(51,246,48); }
td.TdClassName
{
border-color: #33F630;
}
.TagClassName
{
border-color: #33F630;
}
</style>