Shades of Lime Green #33F323
Tints of Lime Green #33F323
RGB
CMYK
RGB Variations
Color information
#33F323 (or 0x33F323) is known color: Lime Green. HEX triplet: 33, F3 and 23. RGB value is (51,243,35). Sum of RGB (Red+Green+Blue) = 51+243+35=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #33F323 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F323 is #CC0CDC. Grayscale: #A2A2A2. Windows color (decimal): -13372637 or 2356019. OLE color: 2356019.
HSL color Cylindrical-coordinate representation of color #33F323: hue angle of 115.38º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33F323 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 35 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.05 |
| HSL | 115.38º | 0.9% | 0.55% | - |
| HSV(B) | 115.38º | 0.86% | 0.95% | - |
| XYZ | 33.72 | 64.93 | 12.34 | - |
| YUV | 161.88 | 56.39 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 35 | 0.79 | 0 | 0.86 | 0.05 | 115.38 | 0.9 | 0.55 |
| Hex | 33 | F3 | 23 | 4F | 0 | 56 | 5 | 73 | 5A | 37 |
| Octal | 63 | 363 | 43 | 117 | 0 | 126 | 5 | 163 | 132 | 67 |
| Binary | 110011 | 11110011 | 100011 | 1001111 | 0 | 1010110 | 101 | 1110011 | 1011010 | 110111 |
Color Harmonies of #33F323
Complementary color
Monochromatic Colors of #33F323
Black with #33F323
Text Example
Text Example
White with #33F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F323; }
p { color: rgb(51,243,35); }
H1.HeaderClassName
{
color: #33F323;
}
.AnyTagClassName
{
color: #33F323;
}
</style>
background-color css
<style>
a { background-color: #33F323; }
a { background-color: rgb(51,243,35); }
div.DivClassName
{
background-color: #33F323;
}
.BgClassName
{
background-color: #33F323;
}
</style>
border-color css
<style>
span { border-color: #33F323; }
span { border-color: rgb(51,243,35); }
td.TdClassName
{
border-color: #33F323;
}
.TagClassName
{
border-color: #33F323;
}
</style>