Shades of Bright Green #67F200
Tints of Bright Green #67F200
RGB
CMYK
RGB Variations
Color information
#67F200 (or 0x67F200) is known color: Bright Green. HEX triplet: 67, F2 and 00. RGB value is (103,242,0). Sum of RGB (Red+Green+Blue) = 103+242+0=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #67F200 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #67F200 is #980DFF. Grayscale: #ADADAD. Windows color (decimal): -9965056 or 62055. OLE color: 62055.
HSL color Cylindrical-coordinate representation of color #67F200: hue angle of 94.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67F200 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.05 |
| HSL | 94.46º | 1% | 0.47% | - |
| HSV(B) | 94.46º | 1% | 0.95% | - |
| XYZ | 37.35 | 66.39 | 10.85 | - |
| YUV | 172.85 | 30.45 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 0 | 0.57 | 0 | 1 | 0.05 | 94.46 | 1 | 0.47 |
| Hex | 67 | F2 | 0 | 39 | 0 | 64 | 5 | 5E | 64 | 2F |
| Octal | 147 | 362 | 0 | 71 | 0 | 144 | 5 | 136 | 144 | 57 |
| Binary | 1100111 | 11110010 | 0 | 111001 | 0 | 1100100 | 101 | 1011110 | 1100100 | 101111 |
Color Harmonies of #67F200
Complementary color
Monochromatic Colors of #67F200
Black with #67F200
Text Example
Text Example
White with #67F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F200; }
p { color: rgb(103,242,0); }
H1.HeaderClassName
{
color: #67F200;
}
.AnyTagClassName
{
color: #67F200;
}
</style>
background-color css
<style>
a { background-color: #67F200; }
a { background-color: rgb(103,242,0); }
div.DivClassName
{
background-color: #67F200;
}
.BgClassName
{
background-color: #67F200;
}
</style>
border-color css
<style>
span { border-color: #67F200; }
span { border-color: rgb(103,242,0); }
td.TdClassName
{
border-color: #67F200;
}
.TagClassName
{
border-color: #67F200;
}
</style>