Shades of Lime Green #28F234
Tints of Lime Green #28F234
RGB
CMYK
RGB Variations
Color information
#28F234 (or 0x28F234) is known color: Lime Green. HEX triplet: 28, F2 and 34. RGB value is (40,242,52). Sum of RGB (Red+Green+Blue) = 40+242+52=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #28F234 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F234 is #D70DCB. Grayscale: #A0A0A0. Windows color (decimal): -14093772 or 3469864. OLE color: 3469864.
HSL color Cylindrical-coordinate representation of color #28F234: hue angle of 123.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F234 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 52 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.05 |
| HSL | 123.56º | 0.89% | 0.55% | - |
| HSV(B) | 123.56º | 0.83% | 0.95% | - |
| XYZ | 33.25 | 64.2 | 13.89 | - |
| YUV | 159.94 | 67.08 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 52 | 0.83 | 0 | 0.79 | 0.05 | 123.56 | 0.89 | 0.55 |
| Hex | 28 | F2 | 34 | 53 | 0 | 4F | 5 | 7C | 59 | 37 |
| Octal | 50 | 362 | 64 | 123 | 0 | 117 | 5 | 174 | 131 | 67 |
| Binary | 101000 | 11110010 | 110100 | 1010011 | 0 | 1001111 | 101 | 1111100 | 1011001 | 110111 |
Color Harmonies of #28F234
Complementary color
Monochromatic Colors of #28F234
Black with #28F234
Text Example
Text Example
White with #28F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F234; }
p { color: rgb(40,242,52); }
H1.HeaderClassName
{
color: #28F234;
}
.AnyTagClassName
{
color: #28F234;
}
</style>
background-color css
<style>
a { background-color: #28F234; }
a { background-color: rgb(40,242,52); }
div.DivClassName
{
background-color: #28F234;
}
.BgClassName
{
background-color: #28F234;
}
</style>
border-color css
<style>
span { border-color: #28F234; }
span { border-color: rgb(40,242,52); }
td.TdClassName
{
border-color: #28F234;
}
.TagClassName
{
border-color: #28F234;
}
</style>