Shades of Bright Green #66FD2D
Tints of Bright Green #66FD2D
RGB
CMYK
RGB Variations
Color information
#66FD2D (or 0x66FD2D) is known color: Bright Green. HEX triplet: 66, FD and 2D. RGB value is (102,253,45). Sum of RGB (Red+Green+Blue) = 102+253+45=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #66FD2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FD2D is #9902D2. Grayscale: #B8B8B8. Windows color (decimal): -10027731 or 3013990. OLE color: 3013990.
HSL color Cylindrical-coordinate representation of color #66FD2D: hue angle of 103.56º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66FD2D is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 45 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.01 |
| HSL | 103.56º | 0.98% | 0.58% | - |
| HSV(B) | 103.56º | 0.82% | 0.99% | - |
| XYZ | 41.08 | 73.26 | 14.46 | - |
| YUV | 184.14 | 49.47 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 45 | 0.60 | 0 | 0.82 | 0.01 | 103.56 | 0.98 | 0.58 |
| Hex | 66 | FD | 2D | 3C | 0 | 52 | 1 | 68 | 62 | 3A |
| Octal | 146 | 375 | 55 | 74 | 0 | 122 | 1 | 150 | 142 | 72 |
| Binary | 1100110 | 11111101 | 101101 | 111100 | 0 | 1010010 | 1 | 1101000 | 1100010 | 111010 |
Color Harmonies of #66FD2D
Complementary color
Monochromatic Colors of #66FD2D
Black with #66FD2D
Text Example
Text Example
White with #66FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FD2D; }
p { color: rgb(102,253,45); }
H1.HeaderClassName
{
color: #66FD2D;
}
.AnyTagClassName
{
color: #66FD2D;
}
</style>
background-color css
<style>
a { background-color: #66FD2D; }
a { background-color: rgb(102,253,45); }
div.DivClassName
{
background-color: #66FD2D;
}
.BgClassName
{
background-color: #66FD2D;
}
</style>
border-color css
<style>
span { border-color: #66FD2D; }
span { border-color: rgb(102,253,45); }
td.TdClassName
{
border-color: #66FD2D;
}
.TagClassName
{
border-color: #66FD2D;
}
</style>