Shades of Bright Green #67FA02
Tints of Bright Green #67FA02
RGB
CMYK
RGB Variations
Color information
#67FA02 (or 0x67FA02) is known color: Bright Green. HEX triplet: 67, FA and 02. RGB value is (103,250,2). Sum of RGB (Red+Green+Blue) = 103+250+2=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #67FA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #67FA02 is #9805FD. Grayscale: #B2B2B2. Windows color (decimal): -9963006 or 195175. OLE color: 195175.
HSL color Cylindrical-coordinate representation of color #67FA02: hue angle of 95.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67FA02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.02 |
| HSL | 95.56º | 0.98% | 0.49% | - |
| HSV(B) | 95.56º | 0.99% | 0.98% | - |
| XYZ | 39.79 | 71.26 | 11.71 | - |
| YUV | 177.78 | 28.8 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 2 | 0.59 | 0 | 0.99 | 0.02 | 95.56 | 0.98 | 0.49 |
| Hex | 67 | FA | 2 | 3B | 0 | 63 | 2 | 60 | 62 | 31 |
| Octal | 147 | 372 | 2 | 73 | 0 | 143 | 2 | 140 | 142 | 61 |
| Binary | 1100111 | 11111010 | 10 | 111011 | 0 | 1100011 | 10 | 1100000 | 1100010 | 110001 |
Color Harmonies of #67FA02
Complementary color
Monochromatic Colors of #67FA02
Black with #67FA02
Text Example
Text Example
White with #67FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FA02; }
p { color: rgb(103,250,2); }
H1.HeaderClassName
{
color: #67FA02;
}
.AnyTagClassName
{
color: #67FA02;
}
</style>
background-color css
<style>
a { background-color: #67FA02; }
a { background-color: rgb(103,250,2); }
div.DivClassName
{
background-color: #67FA02;
}
.BgClassName
{
background-color: #67FA02;
}
</style>
border-color css
<style>
span { border-color: #67FA02; }
span { border-color: rgb(103,250,2); }
td.TdClassName
{
border-color: #67FA02;
}
.TagClassName
{
border-color: #67FA02;
}
</style>