Shades of Lime Green #26CF3C
Tints of Lime Green #26CF3C
RGB
CMYK
RGB Variations
Color information
#26CF3C (or 0x26CF3C) is known color: Lime Green. HEX triplet: 26, CF and 3C. RGB value is (38,207,60). Sum of RGB (Red+Green+Blue) = 38+207+60=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF3C is #D930C3. Grayscale: #8C8C8C. Windows color (decimal): -14233796 or 3985190. OLE color: 3985190.
HSL color Cylindrical-coordinate representation of color #26CF3C: hue angle of 127.81º 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 #26CF3C is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 60 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.19 |
| HSL | 127.81º | 0.69% | 0.48% | - |
| HSV(B) | 127.81º | 0.82% | 0.81% | - |
| XYZ | 23.93 | 45.36 | 11.77 | - |
| YUV | 139.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 60 | 0.82 | 0 | 0.71 | 0.19 | 127.81 | 0.69 | 0.48 |
| Hex | 26 | CF | 3C | 52 | 0 | 47 | 13 | 80 | 45 | 30 |
| Octal | 46 | 317 | 74 | 122 | 0 | 107 | 23 | 200 | 105 | 60 |
| Binary | 100110 | 11001111 | 111100 | 1010010 | 0 | 1000111 | 10011 | 10000000 | 1000101 | 110000 |
Color Harmonies of #26CF3C
Complementary color
Monochromatic Colors of #26CF3C
Black with #26CF3C
Text Example
Text Example
White with #26CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CF3C; }
p { color: rgb(38,207,60); }
H1.HeaderClassName
{
color: #26CF3C;
}
.AnyTagClassName
{
color: #26CF3C;
}
</style>
background-color css
<style>
a { background-color: #26CF3C; }
a { background-color: rgb(38,207,60); }
div.DivClassName
{
background-color: #26CF3C;
}
.BgClassName
{
background-color: #26CF3C;
}
</style>
border-color css
<style>
span { border-color: #26CF3C; }
span { border-color: rgb(38,207,60); }
td.TdClassName
{
border-color: #26CF3C;
}
.TagClassName
{
border-color: #26CF3C;
}
</style>