Shades of Dark Pastel Green #1BCD3E
Tints of Dark Pastel Green #1BCD3E
RGB
CMYK
RGB Variations
Color information
#1BCD3E (or 0x1BCD3E) is known color: Dark Pastel Green. HEX triplet: 1B, CD and 3E. RGB value is (27,205,62). Sum of RGB (Red+Green+Blue) = 27+205+62=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 205 (80.47% from 255 or 69.73% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD3E is #E432C1. Grayscale: #878787. Windows color (decimal): -14955202 or 4115739. OLE color: 4115739.
HSL color Cylindrical-coordinate representation of color #1BCD3E: hue angle of 131.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD3E is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 62 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.20 |
| HSL | 131.8º | 0.77% | 0.45% | - |
| HSV(B) | 131.8º | 0.87% | 0.8% | - |
| XYZ | 23.15 | 44.24 | 11.88 | - |
| YUV | 135.48 | 86.53 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 62 | 0.87 | 0 | 0.70 | 0.20 | 131.8 | 0.77 | 0.45 |
| Hex | 1B | CD | 3E | 57 | 0 | 46 | 14 | 84 | 4D | 2D |
| Octal | 33 | 315 | 76 | 127 | 0 | 106 | 24 | 204 | 115 | 55 |
| Binary | 11011 | 11001101 | 111110 | 1010111 | 0 | 1000110 | 10100 | 10000100 | 1001101 | 101101 |
Color Harmonies of #1BCD3E
Complementary color
Monochromatic Colors of #1BCD3E
Black with #1BCD3E
Text Example
Text Example
White with #1BCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD3E; }
p { color: rgb(27,205,62); }
H1.HeaderClassName
{
color: #1BCD3E;
}
.AnyTagClassName
{
color: #1BCD3E;
}
</style>
background-color css
<style>
a { background-color: #1BCD3E; }
a { background-color: rgb(27,205,62); }
div.DivClassName
{
background-color: #1BCD3E;
}
.BgClassName
{
background-color: #1BCD3E;
}
</style>
border-color css
<style>
span { border-color: #1BCD3E; }
span { border-color: rgb(27,205,62); }
td.TdClassName
{
border-color: #1BCD3E;
}
.TagClassName
{
border-color: #1BCD3E;
}
</style>