Shades of Lime Green #26CF30
Tints of Lime Green #26CF30
RGB
CMYK
RGB Variations
Color information
#26CF30 (or 0x26CF30) is known color: Lime Green. HEX triplet: 26, CF and 30. RGB value is (38,207,48). Sum of RGB (Red+Green+Blue) = 38+207+48=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF30 is #D930CF. Grayscale: #8A8A8A. Windows color (decimal): -14233808 or 3198758. OLE color: 3198758.
HSL color Cylindrical-coordinate representation of color #26CF30: hue angle of 123.55º 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 #26CF30 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 48 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.19 |
| HSL | 123.55º | 0.69% | 0.48% | - |
| HSV(B) | 123.55º | 0.82% | 0.81% | - |
| XYZ | 23.65 | 45.25 | 10.28 | - |
| YUV | 138.34 | 77.01 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 48 | 0.82 | 0 | 0.77 | 0.19 | 123.55 | 0.69 | 0.48 |
| Hex | 26 | CF | 30 | 52 | 0 | 4D | 13 | 7C | 45 | 30 |
| Octal | 46 | 317 | 60 | 122 | 0 | 115 | 23 | 174 | 105 | 60 |
| Binary | 100110 | 11001111 | 110000 | 1010010 | 0 | 1001101 | 10011 | 1111100 | 1000101 | 110000 |
Color Harmonies of #26CF30
Complementary color
Monochromatic Colors of #26CF30
Black with #26CF30
Text Example
Text Example
White with #26CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CF30; }
p { color: rgb(38,207,48); }
H1.HeaderClassName
{
color: #26CF30;
}
.AnyTagClassName
{
color: #26CF30;
}
</style>
background-color css
<style>
a { background-color: #26CF30; }
a { background-color: rgb(38,207,48); }
div.DivClassName
{
background-color: #26CF30;
}
.BgClassName
{
background-color: #26CF30;
}
</style>
border-color css
<style>
span { border-color: #26CF30; }
span { border-color: rgb(38,207,48); }
td.TdClassName
{
border-color: #26CF30;
}
.TagClassName
{
border-color: #26CF30;
}
</style>