Shades of Lime Green #26CE2B
Tints of Lime Green #26CE2B
RGB
CMYK
RGB Variations
Color information
#26CE2B (or 0x26CE2B) is known color: Lime Green. HEX triplet: 26, CE and 2B. RGB value is (38,206,43). Sum of RGB (Red+Green+Blue) = 38+206+43=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE2B is #D931D4. Grayscale: #898989. Windows color (decimal): -14234069 or 2870822. OLE color: 2870822.
HSL color Cylindrical-coordinate representation of color #26CE2B: hue angle of 121.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE2B is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 43 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.19 |
| HSL | 121.79º | 0.69% | 0.48% | - |
| HSV(B) | 121.79º | 0.82% | 0.81% | - |
| XYZ | 23.31 | 44.73 | 9.69 | - |
| YUV | 137.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 43 | 0.82 | 0 | 0.79 | 0.19 | 121.79 | 0.69 | 0.48 |
| Hex | 26 | CE | 2B | 52 | 0 | 4F | 13 | 7A | 45 | 30 |
| Octal | 46 | 316 | 53 | 122 | 0 | 117 | 23 | 172 | 105 | 60 |
| Binary | 100110 | 11001110 | 101011 | 1010010 | 0 | 1001111 | 10011 | 1111010 | 1000101 | 110000 |
Color Harmonies of #26CE2B
Complementary color
Monochromatic Colors of #26CE2B
Black with #26CE2B
Text Example
Text Example
White with #26CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE2B; }
p { color: rgb(38,206,43); }
H1.HeaderClassName
{
color: #26CE2B;
}
.AnyTagClassName
{
color: #26CE2B;
}
</style>
background-color css
<style>
a { background-color: #26CE2B; }
a { background-color: rgb(38,206,43); }
div.DivClassName
{
background-color: #26CE2B;
}
.BgClassName
{
background-color: #26CE2B;
}
</style>
border-color css
<style>
span { border-color: #26CE2B; }
span { border-color: rgb(38,206,43); }
td.TdClassName
{
border-color: #26CE2B;
}
.TagClassName
{
border-color: #26CE2B;
}
</style>