Shades of Kelly Green #2DBE08
Tints of Kelly Green #2DBE08
RGB
CMYK
RGB Variations
Color information
#2DBE08 (or 0x2DBE08) is known color: Kelly Green. HEX triplet: 2D, BE and 08. RGB value is (45,190,8). Sum of RGB (Red+Green+Blue) = 45+190+8=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBE08 is #D241F7. Grayscale: #7E7E7E. Windows color (decimal): -13779448 or 572973. OLE color: 572973.
HSL color Cylindrical-coordinate representation of color #2DBE08: hue angle of 107.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DBE08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.25 |
| HSL | 107.8º | 0.92% | 0.39% | - |
| HSV(B) | 107.8º | 0.96% | 0.75% | - |
| XYZ | 19.54 | 37.4 | 6.42 | - |
| YUV | 125.9 | 61.46 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 8 | 0.76 | 0 | 0.96 | 0.25 | 107.8 | 0.92 | 0.39 |
| Hex | 2D | BE | 8 | 4C | 0 | 60 | 19 | 6C | 5C | 27 |
| Octal | 55 | 276 | 10 | 114 | 0 | 140 | 31 | 154 | 134 | 47 |
| Binary | 101101 | 10111110 | 1000 | 1001100 | 0 | 1100000 | 11001 | 1101100 | 1011100 | 100111 |
Color Harmonies of #2DBE08
Complementary color
Monochromatic Colors of #2DBE08
Black with #2DBE08
Text Example
Text Example
White with #2DBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE08; }
p { color: rgb(45,190,8); }
H1.HeaderClassName
{
color: #2DBE08;
}
.AnyTagClassName
{
color: #2DBE08;
}
</style>
background-color css
<style>
a { background-color: #2DBE08; }
a { background-color: rgb(45,190,8); }
div.DivClassName
{
background-color: #2DBE08;
}
.BgClassName
{
background-color: #2DBE08;
}
</style>
border-color css
<style>
span { border-color: #2DBE08; }
span { border-color: rgb(45,190,8); }
td.TdClassName
{
border-color: #2DBE08;
}
.TagClassName
{
border-color: #2DBE08;
}
</style>