Shades of Bright Green #65FE02
Tints of Bright Green #65FE02
RGB
CMYK
RGB Variations
Color information
#65FE02 (or 0x65FE02) is known color: Bright Green. HEX triplet: 65, FE and 02. RGB value is (101,254,2). Sum of RGB (Red+Green+Blue) = 101+254+2=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #65FE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FE02 is #9A01FD. Grayscale: #B4B4B4. Windows color (decimal): -10093054 or 196197. OLE color: 196197.
HSL color Cylindrical-coordinate representation of color #65FE02: hue angle of 96.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65FE02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.00 |
| HSL | 96.43º | 0.99% | 0.5% | - |
| HSV(B) | 96.43º | 0.99% | 1% | - |
| XYZ | 40.82 | 73.65 | 12.12 | - |
| YUV | 179.53 | 27.81 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 2 | 0.60 | 0 | 0.99 | 0.00 | 96.43 | 0.99 | 0.5 |
| Hex | 65 | FE | 2 | 3C | 0 | 63 | 0 | 60 | 63 | 32 |
| Octal | 145 | 376 | 2 | 74 | 0 | 143 | 0 | 140 | 143 | 62 |
| Binary | 1100101 | 11111110 | 10 | 111100 | 0 | 1100011 | 0 | 1100000 | 1100011 | 110010 |
Color Harmonies of #65FE02
Complementary color
Monochromatic Colors of #65FE02
Black with #65FE02
Text Example
Text Example
White with #65FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FE02; }
p { color: rgb(101,254,2); }
H1.HeaderClassName
{
color: #65FE02;
}
.AnyTagClassName
{
color: #65FE02;
}
</style>
background-color css
<style>
a { background-color: #65FE02; }
a { background-color: rgb(101,254,2); }
div.DivClassName
{
background-color: #65FE02;
}
.BgClassName
{
background-color: #65FE02;
}
</style>
border-color css
<style>
span { border-color: #65FE02; }
span { border-color: rgb(101,254,2); }
td.TdClassName
{
border-color: #65FE02;
}
.TagClassName
{
border-color: #65FE02;
}
</style>