Shades of Bright Green #6FF230
Tints of Bright Green #6FF230
RGB
CMYK
RGB Variations
Color information
#6FF230 (or 0x6FF230) is known color: Bright Green. HEX triplet: 6F, F2 and 30. RGB value is (111,242,48). Sum of RGB (Red+Green+Blue) = 111+242+48=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF230 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF230 is #900DCF. Grayscale: #B5B5B5. Windows color (decimal): -9440720 or 3207791. OLE color: 3207791.
HSL color Cylindrical-coordinate representation of color #6FF230: hue angle of 100.52º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FF230 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 48 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.05 |
| HSL | 100.52º | 0.88% | 0.57% | - |
| HSV(B) | 100.52º | 0.8% | 0.95% | - |
| XYZ | 38.84 | 67.1 | 13.7 | - |
| YUV | 180.72 | 53.1 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 48 | 0.54 | 0 | 0.80 | 0.05 | 100.52 | 0.88 | 0.57 |
| Hex | 6F | F2 | 30 | 36 | 0 | 50 | 5 | 65 | 58 | 39 |
| Octal | 157 | 362 | 60 | 66 | 0 | 120 | 5 | 145 | 130 | 71 |
| Binary | 1101111 | 11110010 | 110000 | 110110 | 0 | 1010000 | 101 | 1100101 | 1011000 | 111001 |
Color Harmonies of #6FF230
Complementary color
Monochromatic Colors of #6FF230
Black with #6FF230
Text Example
Text Example
White with #6FF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF230; }
p { color: rgb(111,242,48); }
H1.HeaderClassName
{
color: #6FF230;
}
.AnyTagClassName
{
color: #6FF230;
}
</style>
background-color css
<style>
a { background-color: #6FF230; }
a { background-color: rgb(111,242,48); }
div.DivClassName
{
background-color: #6FF230;
}
.BgClassName
{
background-color: #6FF230;
}
</style>
border-color css
<style>
span { border-color: #6FF230; }
span { border-color: rgb(111,242,48); }
td.TdClassName
{
border-color: #6FF230;
}
.TagClassName
{
border-color: #6FF230;
}
</style>