Shades of Lime Green #28CA30
Tints of Lime Green #28CA30
RGB
CMYK
RGB Variations
Color information
#28CA30 (or 0x28CA30) is known color: Lime Green. HEX triplet: 28, CA and 30. RGB value is (40,202,48). Sum of RGB (Red+Green+Blue) = 40+202+48=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA30 is #D735CF. Grayscale: #888888. Windows color (decimal): -14104016 or 3197480. OLE color: 3197480.
HSL color Cylindrical-coordinate representation of color #28CA30: hue angle of 122.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CA30 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 48 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.21 |
| HSL | 122.96º | 0.67% | 0.47% | - |
| HSV(B) | 122.96º | 0.8% | 0.79% | - |
| XYZ | 22.53 | 42.91 | 9.89 | - |
| YUV | 136.01 | 78.33 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 48 | 0.80 | 0 | 0.76 | 0.21 | 122.96 | 0.67 | 0.47 |
| Hex | 28 | CA | 30 | 50 | 0 | 4C | 15 | 7B | 43 | 2F |
| Octal | 50 | 312 | 60 | 120 | 0 | 114 | 25 | 173 | 103 | 57 |
| Binary | 101000 | 11001010 | 110000 | 1010000 | 0 | 1001100 | 10101 | 1111011 | 1000011 | 101111 |
Color Harmonies of #28CA30
Complementary color
Monochromatic Colors of #28CA30
Black with #28CA30
Text Example
Text Example
White with #28CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA30; }
p { color: rgb(40,202,48); }
H1.HeaderClassName
{
color: #28CA30;
}
.AnyTagClassName
{
color: #28CA30;
}
</style>
background-color css
<style>
a { background-color: #28CA30; }
a { background-color: rgb(40,202,48); }
div.DivClassName
{
background-color: #28CA30;
}
.BgClassName
{
background-color: #28CA30;
}
</style>
border-color css
<style>
span { border-color: #28CA30; }
span { border-color: rgb(40,202,48); }
td.TdClassName
{
border-color: #28CA30;
}
.TagClassName
{
border-color: #28CA30;
}
</style>