Shades of Dark Pastel Green #1CCB3E
Tints of Dark Pastel Green #1CCB3E
RGB
CMYK
RGB Variations
Color information
#1CCB3E (or 0x1CCB3E) is known color: Dark Pastel Green. HEX triplet: 1C, CB and 3E. RGB value is (28,203,62). Sum of RGB (Red+Green+Blue) = 28+203+62=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB3E is #E334C1. Grayscale: #868686. Windows color (decimal): -14890178 or 4115228. OLE color: 4115228.
HSL color Cylindrical-coordinate representation of color #1CCB3E: hue angle of 131.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB3E is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 62 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.20 |
| HSL | 131.66º | 0.76% | 0.45% | - |
| HSV(B) | 131.66º | 0.86% | 0.8% | - |
| XYZ | 22.7 | 43.31 | 11.72 | - |
| YUV | 134.6 | 87.02 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 62 | 0.86 | 0 | 0.69 | 0.20 | 131.66 | 0.76 | 0.45 |
| Hex | 1C | CB | 3E | 56 | 0 | 45 | 14 | 84 | 4C | 2D |
| Octal | 34 | 313 | 76 | 126 | 0 | 105 | 24 | 204 | 114 | 55 |
| Binary | 11100 | 11001011 | 111110 | 1010110 | 0 | 1000101 | 10100 | 10000100 | 1001100 | 101101 |
Color Harmonies of #1CCB3E
Complementary color
Monochromatic Colors of #1CCB3E
Black with #1CCB3E
Text Example
Text Example
White with #1CCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB3E; }
p { color: rgb(28,203,62); }
H1.HeaderClassName
{
color: #1CCB3E;
}
.AnyTagClassName
{
color: #1CCB3E;
}
</style>
background-color css
<style>
a { background-color: #1CCB3E; }
a { background-color: rgb(28,203,62); }
div.DivClassName
{
background-color: #1CCB3E;
}
.BgClassName
{
background-color: #1CCB3E;
}
</style>
border-color css
<style>
span { border-color: #1CCB3E; }
span { border-color: rgb(28,203,62); }
td.TdClassName
{
border-color: #1CCB3E;
}
.TagClassName
{
border-color: #1CCB3E;
}
</style>