Shades of Bright Green #6CFB02
Tints of Bright Green #6CFB02
RGB
CMYK
RGB Variations
Color information
#6CFB02 (or 0x6CFB02) is known color: Bright Green. HEX triplet: 6C, FB and 02. RGB value is (108,251,2). Sum of RGB (Red+Green+Blue) = 108+251+2=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFB02 is #9304FD. Grayscale: #B4B4B4. Windows color (decimal): -9635070 or 195436. OLE color: 195436.
HSL color Cylindrical-coordinate representation of color #6CFB02: hue angle of 94.46º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CFB02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.02 |
| HSL | 94.46º | 0.98% | 0.5% | - |
| HSV(B) | 94.46º | 0.99% | 0.98% | - |
| XYZ | 40.69 | 72.19 | 11.85 | - |
| YUV | 179.86 | 27.62 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 2 | 0.57 | 0 | 0.99 | 0.02 | 94.46 | 0.98 | 0.5 |
| Hex | 6C | FB | 2 | 39 | 0 | 63 | 2 | 5E | 62 | 32 |
| Octal | 154 | 373 | 2 | 71 | 0 | 143 | 2 | 136 | 142 | 62 |
| Binary | 1101100 | 11111011 | 10 | 111001 | 0 | 1100011 | 10 | 1011110 | 1100010 | 110010 |
Color Harmonies of #6CFB02
Complementary color
Monochromatic Colors of #6CFB02
Black with #6CFB02
Text Example
Text Example
White with #6CFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFB02; }
p { color: rgb(108,251,2); }
H1.HeaderClassName
{
color: #6CFB02;
}
.AnyTagClassName
{
color: #6CFB02;
}
</style>
background-color css
<style>
a { background-color: #6CFB02; }
a { background-color: rgb(108,251,2); }
div.DivClassName
{
background-color: #6CFB02;
}
.BgClassName
{
background-color: #6CFB02;
}
</style>
border-color css
<style>
span { border-color: #6CFB02; }
span { border-color: rgb(108,251,2); }
td.TdClassName
{
border-color: #6CFB02;
}
.TagClassName
{
border-color: #6CFB02;
}
</style>