Shades of Lime Green #33B23D
Tints of Lime Green #33B23D
RGB
CMYK
RGB Variations
Color information
#33B23D (or 0x33B23D) is known color: Lime Green. HEX triplet: 33, B2 and 3D. RGB value is (51,178,61). Sum of RGB (Red+Green+Blue) = 51+178+61=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #33B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B23D is #CC4DC2. Grayscale: #7F7F7F. Windows color (decimal): -13389251 or 4043315. OLE color: 4043315.
HSL color Cylindrical-coordinate representation of color #33B23D: hue angle of 124.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B23D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 178 | 61 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.30 |
| HSL | 124.72º | 0.55% | 0.45% | - |
| HSV(B) | 124.72º | 0.71% | 0.7% | - |
| XYZ | 18.13 | 32.88 | 9.81 | - |
| YUV | 126.69 | 90.92 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 61 | 0.71 | 0 | 0.66 | 0.30 | 124.72 | 0.55 | 0.45 |
| Hex | 33 | B2 | 3D | 47 | 0 | 42 | 1E | 7D | 37 | 2D |
| Octal | 63 | 262 | 75 | 107 | 0 | 102 | 36 | 175 | 67 | 55 |
| Binary | 110011 | 10110010 | 111101 | 1000111 | 0 | 1000010 | 11110 | 1111101 | 110111 | 101101 |
Color Harmonies of #33B23D
Complementary color
Monochromatic Colors of #33B23D
Black with #33B23D
Text Example
Text Example
White with #33B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B23D; }
p { color: rgb(51,178,61); }
H1.HeaderClassName
{
color: #33B23D;
}
.AnyTagClassName
{
color: #33B23D;
}
</style>
background-color css
<style>
a { background-color: #33B23D; }
a { background-color: rgb(51,178,61); }
div.DivClassName
{
background-color: #33B23D;
}
.BgClassName
{
background-color: #33B23D;
}
</style>
border-color css
<style>
span { border-color: #33B23D; }
span { border-color: rgb(51,178,61); }
td.TdClassName
{
border-color: #33B23D;
}
.TagClassName
{
border-color: #33B23D;
}
</style>