Shades of Lime Green #28C834
Tints of Lime Green #28C834
RGB
CMYK
RGB Variations
Color information
#28C834 (or 0x28C834) is known color: Lime Green. HEX triplet: 28, C8 and 34. RGB value is (40,200,52). Sum of RGB (Red+Green+Blue) = 40+200+52=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #28C834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C834 is #D737CB. Grayscale: #878787. Windows color (decimal): -14104524 or 3459112. OLE color: 3459112.
HSL color Cylindrical-coordinate representation of color #28C834: hue angle of 124.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C834 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 52 | - |
| CMYK | 0.8 | 0 | 0.74 | 0.22 |
| HSL | 124.5º | 0.67% | 0.47% | - |
| HSV(B) | 124.5º | 0.8% | 0.78% | - |
| XYZ | 22.15 | 42.01 | 10.19 | - |
| YUV | 135.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 52 | 0.8 | 0 | 0.74 | 0.22 | 124.5 | 0.67 | 0.47 |
| Hex | 28 | C8 | 34 | 50 | 0 | 4A | 16 | 7C | 43 | 2F |
| Octal | 50 | 310 | 64 | 120 | 0 | 112 | 26 | 174 | 103 | 57 |
| Binary | 101000 | 11001000 | 110100 | 1010000 | 0 | 1001010 | 10110 | 1111100 | 1000011 | 101111 |
Color Harmonies of #28C834
Complementary color
Monochromatic Colors of #28C834
Black with #28C834
Text Example
Text Example
White with #28C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C834; }
p { color: rgb(40,200,52); }
H1.HeaderClassName
{
color: #28C834;
}
.AnyTagClassName
{
color: #28C834;
}
</style>
background-color css
<style>
a { background-color: #28C834; }
a { background-color: rgb(40,200,52); }
div.DivClassName
{
background-color: #28C834;
}
.BgClassName
{
background-color: #28C834;
}
</style>
border-color css
<style>
span { border-color: #28C834; }
span { border-color: rgb(40,200,52); }
td.TdClassName
{
border-color: #28C834;
}
.TagClassName
{
border-color: #28C834;
}
</style>