Shades of Lime Green #45EA33
Tints of Lime Green #45EA33
RGB
CMYK
RGB Variations
Color information
#45EA33 (or 0x45EA33) is known color: Lime Green. HEX triplet: 45, EA and 33. RGB value is (69,234,51). Sum of RGB (Red+Green+Blue) = 69+234+51=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EA33 is #BA15CC. Grayscale: #A4A4A4. Windows color (decimal): -12195277 or 3402309. OLE color: 3402309.
HSL color Cylindrical-coordinate representation of color #45EA33: hue angle of 114.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45EA33 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 51 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.08 |
| HSL | 114.1º | 0.81% | 0.56% | - |
| HSV(B) | 114.1º | 0.78% | 0.92% | - |
| XYZ | 32.47 | 60.35 | 13.07 | - |
| YUV | 163.8 | 64.34 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 51 | 0.71 | 0 | 0.78 | 0.08 | 114.1 | 0.81 | 0.56 |
| Hex | 45 | EA | 33 | 47 | 0 | 4E | 8 | 72 | 51 | 38 |
| Octal | 105 | 352 | 63 | 107 | 0 | 116 | 10 | 162 | 121 | 70 |
| Binary | 1000101 | 11101010 | 110011 | 1000111 | 0 | 1001110 | 1000 | 1110010 | 1010001 | 111000 |
Color Harmonies of #45EA33
Complementary color
Monochromatic Colors of #45EA33
Black with #45EA33
Text Example
Text Example
White with #45EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA33; }
p { color: rgb(69,234,51); }
H1.HeaderClassName
{
color: #45EA33;
}
.AnyTagClassName
{
color: #45EA33;
}
</style>
background-color css
<style>
a { background-color: #45EA33; }
a { background-color: rgb(69,234,51); }
div.DivClassName
{
background-color: #45EA33;
}
.BgClassName
{
background-color: #45EA33;
}
</style>
border-color css
<style>
span { border-color: #45EA33; }
span { border-color: rgb(69,234,51); }
td.TdClassName
{
border-color: #45EA33;
}
.TagClassName
{
border-color: #45EA33;
}
</style>