Shades of Lime Green #33F325
Tints of Lime Green #33F325
RGB
CMYK
RGB Variations
Color information
#33F325 (or 0x33F325) is known color: Lime Green. HEX triplet: 33, F3 and 25. RGB value is (51,243,37). Sum of RGB (Red+Green+Blue) = 51+243+37=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #33F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F325 is #CC0CDA. Grayscale: #A2A2A2. Windows color (decimal): -13372635 or 2487091. OLE color: 2487091.
HSL color Cylindrical-coordinate representation of color #33F325: hue angle of 115.92º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33F325 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 37 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.05 |
| HSL | 115.92º | 0.9% | 0.55% | - |
| HSV(B) | 115.92º | 0.85% | 0.95% | - |
| XYZ | 33.75 | 64.94 | 12.51 | - |
| YUV | 162.11 | 57.39 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 37 | 0.79 | 0 | 0.85 | 0.05 | 115.92 | 0.9 | 0.55 |
| Hex | 33 | F3 | 25 | 4F | 0 | 55 | 5 | 74 | 5A | 37 |
| Octal | 63 | 363 | 45 | 117 | 0 | 125 | 5 | 164 | 132 | 67 |
| Binary | 110011 | 11110011 | 100101 | 1001111 | 0 | 1010101 | 101 | 1110100 | 1011010 | 110111 |
Color Harmonies of #33F325
Complementary color
Monochromatic Colors of #33F325
Black with #33F325
Text Example
Text Example
White with #33F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F325; }
p { color: rgb(51,243,37); }
H1.HeaderClassName
{
color: #33F325;
}
.AnyTagClassName
{
color: #33F325;
}
</style>
background-color css
<style>
a { background-color: #33F325; }
a { background-color: rgb(51,243,37); }
div.DivClassName
{
background-color: #33F325;
}
.BgClassName
{
background-color: #33F325;
}
</style>
border-color css
<style>
span { border-color: #33F325; }
span { border-color: rgb(51,243,37); }
td.TdClassName
{
border-color: #33F325;
}
.TagClassName
{
border-color: #33F325;
}
</style>