Shades of Bright Green #66FB2D
Tints of Bright Green #66FB2D
RGB
CMYK
RGB Variations
Color information
#66FB2D (or 0x66FB2D) is known color: Bright Green. HEX triplet: 66, FB and 2D. RGB value is (102,251,45). Sum of RGB (Red+Green+Blue) = 102+251+45=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #66FB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FB2D is #9904D2. Grayscale: #B7B7B7. Windows color (decimal): -10028243 or 3013478. OLE color: 3013478.
HSL color Cylindrical-coordinate representation of color #66FB2D: hue angle of 103.4º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66FB2D is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 45 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.02 |
| HSL | 103.4º | 0.96% | 0.58% | - |
| HSV(B) | 103.4º | 0.82% | 0.98% | - |
| XYZ | 40.45 | 72.01 | 14.25 | - |
| YUV | 182.97 | 50.14 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 45 | 0.59 | 0 | 0.82 | 0.02 | 103.4 | 0.96 | 0.58 |
| Hex | 66 | FB | 2D | 3B | 0 | 52 | 2 | 67 | 60 | 3A |
| Octal | 146 | 373 | 55 | 73 | 0 | 122 | 2 | 147 | 140 | 72 |
| Binary | 1100110 | 11111011 | 101101 | 111011 | 0 | 1010010 | 10 | 1100111 | 1100000 | 111010 |
Color Harmonies of #66FB2D
Complementary color
Monochromatic Colors of #66FB2D
Black with #66FB2D
Text Example
Text Example
White with #66FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FB2D; }
p { color: rgb(102,251,45); }
H1.HeaderClassName
{
color: #66FB2D;
}
.AnyTagClassName
{
color: #66FB2D;
}
</style>
background-color css
<style>
a { background-color: #66FB2D; }
a { background-color: rgb(102,251,45); }
div.DivClassName
{
background-color: #66FB2D;
}
.BgClassName
{
background-color: #66FB2D;
}
</style>
border-color css
<style>
span { border-color: #66FB2D; }
span { border-color: rgb(102,251,45); }
td.TdClassName
{
border-color: #66FB2D;
}
.TagClassName
{
border-color: #66FB2D;
}
</style>