Shades of Electric Lime #C3FD0B
Tints of Electric Lime #C3FD0B
RGB
CMYK
RGB Variations
Color information
#C3FD0B (or 0xC3FD0B) is known color: Electric Lime. HEX triplet: C3, FD and 0B. RGB value is (195,253,11). Sum of RGB (Red+Green+Blue) = 195+253+11=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FD0B is #3C02F4. Grayscale: #D0D0D0. Windows color (decimal): -3932917 or 785859. OLE color: 785859.
HSL color Cylindrical-coordinate representation of color #C3FD0B: hue angle of 74.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3FD0B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 253 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.01 |
| HSL | 74.38º | 0.98% | 0.52% | - |
| HSV(B) | 74.38º | 0.96% | 0.99% | - |
| XYZ | 57.69 | 81.88 | 13.08 | - |
| YUV | 208.07 | 16.78 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 253 | 11 | 0.23 | 0 | 0.96 | 0.01 | 74.38 | 0.98 | 0.52 |
| Hex | C3 | FD | B | 17 | 0 | 60 | 1 | 4A | 62 | 34 |
| Octal | 303 | 375 | 13 | 27 | 0 | 140 | 1 | 112 | 142 | 64 |
| Binary | 11000011 | 11111101 | 1011 | 10111 | 0 | 1100000 | 1 | 1001010 | 1100010 | 110100 |
Color Harmonies of #C3FD0B
Complementary color
Monochromatic Colors of #C3FD0B
Black with #C3FD0B
Text Example
Text Example
White with #C3FD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FD0B; }
p { color: rgb(195,253,11); }
H1.HeaderClassName
{
color: #C3FD0B;
}
.AnyTagClassName
{
color: #C3FD0B;
}
</style>
background-color css
<style>
a { background-color: #C3FD0B; }
a { background-color: rgb(195,253,11); }
div.DivClassName
{
background-color: #C3FD0B;
}
.BgClassName
{
background-color: #C3FD0B;
}
</style>
border-color css
<style>
span { border-color: #C3FD0B; }
span { border-color: rgb(195,253,11); }
td.TdClassName
{
border-color: #C3FD0B;
}
.TagClassName
{
border-color: #C3FD0B;
}
</style>