Shades of Lime #08F102
Tints of Lime #08F102
RGB
CMYK
RGB Variations
Color information
#08F102 (or 0x08F102) is known color: Lime. HEX triplet: 08, F1 and 02. RGB value is (8,241,2). Sum of RGB (Red+Green+Blue) = 8+241+2=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 241 (94.53% from 255 or 96.02% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 241 - color contains mainly: green. Hex color #08F102 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F102 is #F70EFD. Grayscale: #909090. Windows color (decimal): -16191230 or 192776. OLE color: 192776.
HSL color Cylindrical-coordinate representation of color #08F102: hue angle of 118.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08F102 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 241 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.05 |
| HSL | 118.49º | 0.98% | 0.48% | - |
| HSV(B) | 118.49º | 0.99% | 0.95% | - |
| XYZ | 31.57 | 62.97 | 10.55 | - |
| YUV | 144.09 | 47.81 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 241 | 2 | 0.97 | 0 | 0.99 | 0.05 | 118.49 | 0.98 | 0.48 |
| Hex | 8 | F1 | 2 | 61 | 0 | 63 | 5 | 76 | 62 | 30 |
| Octal | 10 | 361 | 2 | 141 | 0 | 143 | 5 | 166 | 142 | 60 |
| Binary | 1000 | 11110001 | 10 | 1100001 | 0 | 1100011 | 101 | 1110110 | 1100010 | 110000 |
Color Harmonies of #08F102
Complementary color
Monochromatic Colors of #08F102
Black with #08F102
Text Example
Text Example
White with #08F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F102; }
p { color: rgb(8,241,2); }
H1.HeaderClassName
{
color: #08F102;
}
.AnyTagClassName
{
color: #08F102;
}
</style>
background-color css
<style>
a { background-color: #08F102; }
a { background-color: rgb(8,241,2); }
div.DivClassName
{
background-color: #08F102;
}
.BgClassName
{
background-color: #08F102;
}
</style>
border-color css
<style>
span { border-color: #08F102; }
span { border-color: rgb(8,241,2); }
td.TdClassName
{
border-color: #08F102;
}
.TagClassName
{
border-color: #08F102;
}
</style>