Shades of Lime Green #33F144
Tints of Lime Green #33F144
RGB
CMYK
RGB Variations
Color information
#33F144 (or 0x33F144) is known color: Lime Green. HEX triplet: 33, F1 and 44. RGB value is (51,241,68). Sum of RGB (Red+Green+Blue) = 51+241+68=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #33F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F144 is #CC0EBB. Grayscale: #A4A4A4. Windows color (decimal): -13373116 or 4518195. OLE color: 4518195.
HSL color Cylindrical-coordinate representation of color #33F144: hue angle of 125.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F144 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 241 | 68 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.05 |
| HSL | 125.37º | 0.87% | 0.57% | - |
| HSV(B) | 125.37º | 0.79% | 0.95% | - |
| XYZ | 33.86 | 64.03 | 16.04 | - |
| YUV | 164.47 | 73.55 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 241 | 68 | 0.79 | 0 | 0.72 | 0.05 | 125.37 | 0.87 | 0.57 |
| Hex | 33 | F1 | 44 | 4F | 0 | 48 | 5 | 7D | 57 | 39 |
| Octal | 63 | 361 | 104 | 117 | 0 | 110 | 5 | 175 | 127 | 71 |
| Binary | 110011 | 11110001 | 1000100 | 1001111 | 0 | 1001000 | 101 | 1111101 | 1010111 | 111001 |
Color Harmonies of #33F144
Complementary color
Monochromatic Colors of #33F144
Black with #33F144
Text Example
Text Example
White with #33F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F144; }
p { color: rgb(51,241,68); }
H1.HeaderClassName
{
color: #33F144;
}
.AnyTagClassName
{
color: #33F144;
}
</style>
background-color css
<style>
a { background-color: #33F144; }
a { background-color: rgb(51,241,68); }
div.DivClassName
{
background-color: #33F144;
}
.BgClassName
{
background-color: #33F144;
}
</style>
border-color css
<style>
span { border-color: #33F144; }
span { border-color: rgb(51,241,68); }
td.TdClassName
{
border-color: #33F144;
}
.TagClassName
{
border-color: #33F144;
}
</style>