Shades of Bright Green #69EC02
Tints of Bright Green #69EC02
RGB
CMYK
RGB Variations
Color information
#69EC02 (or 0x69EC02) is known color: Bright Green. HEX triplet: 69, EC and 02. RGB value is (105,236,2). Sum of RGB (Red+Green+Blue) = 105+236+2=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EC02 is #9613FD. Grayscale: #AAAAAA. Windows color (decimal): -9835518 or 191593. OLE color: 191593.
HSL color Cylindrical-coordinate representation of color #69EC02: hue angle of 93.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69EC02 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.07 |
| HSL | 93.59º | 0.98% | 0.47% | - |
| HSV(B) | 93.59º | 0.99% | 0.93% | - |
| XYZ | 35.83 | 63 | 10.33 | - |
| YUV | 170.16 | 33.1 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 2 | 0.56 | 0 | 0.99 | 0.07 | 93.59 | 0.98 | 0.47 |
| Hex | 69 | EC | 2 | 38 | 0 | 63 | 7 | 5E | 62 | 2F |
| Octal | 151 | 354 | 2 | 70 | 0 | 143 | 7 | 136 | 142 | 57 |
| Binary | 1101001 | 11101100 | 10 | 111000 | 0 | 1100011 | 111 | 1011110 | 1100010 | 101111 |
Color Harmonies of #69EC02
Complementary color
Monochromatic Colors of #69EC02
Black with #69EC02
Text Example
Text Example
White with #69EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC02; }
p { color: rgb(105,236,2); }
H1.HeaderClassName
{
color: #69EC02;
}
.AnyTagClassName
{
color: #69EC02;
}
</style>
background-color css
<style>
a { background-color: #69EC02; }
a { background-color: rgb(105,236,2); }
div.DivClassName
{
background-color: #69EC02;
}
.BgClassName
{
background-color: #69EC02;
}
</style>
border-color css
<style>
span { border-color: #69EC02; }
span { border-color: rgb(105,236,2); }
td.TdClassName
{
border-color: #69EC02;
}
.TagClassName
{
border-color: #69EC02;
}
</style>