Shades of Electric Lime #CCFF1B
Tints of Electric Lime #CCFF1B
RGB
CMYK
RGB Variations
Color information
#CCFF1B (or 0xCCFF1B) is known color: Electric Lime. HEX triplet: CC, FF and 1B. RGB value is (204,255,27). Sum of RGB (Red+Green+Blue) = 204+255+27=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1B is #3300E4. Grayscale: #D6D6D6. Windows color (decimal): -3342565 or 1834956. OLE color: 1834956.
HSL color Cylindrical-coordinate representation of color #CCFF1B: hue angle of 73.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCFF1B is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 27 | - |
| CMYK | 0.2 | 0 | 0.89 | 0 |
| HSL | 73.42º | 1% | 0.55% | - |
| HSV(B) | 73.42º | 0.89% | 1% | - |
| XYZ | 60.86 | 84.44 | 14.13 | - |
| YUV | 213.76 | 22.6 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 27 | 0.2 | 0 | 0.89 | 0 | 73.42 | 1 | 0.55 |
| Hex | CC | FF | 1B | 14 | 0 | 59 | 0 | 49 | 64 | 37 |
| Octal | 314 | 377 | 33 | 24 | 0 | 131 | 0 | 111 | 144 | 67 |
| Binary | 11001100 | 11111111 | 11011 | 10100 | 0 | 1011001 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CCFF1B
Complementary color
Monochromatic Colors of #CCFF1B
Black with #CCFF1B
Text Example
Text Example
White with #CCFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF1B; }
p { color: rgb(204,255,27); }
H1.HeaderClassName
{
color: #CCFF1B;
}
.AnyTagClassName
{
color: #CCFF1B;
}
</style>
background-color css
<style>
a { background-color: #CCFF1B; }
a { background-color: rgb(204,255,27); }
div.DivClassName
{
background-color: #CCFF1B;
}
.BgClassName
{
background-color: #CCFF1B;
}
</style>
border-color css
<style>
span { border-color: #CCFF1B; }
span { border-color: rgb(204,255,27); }
td.TdClassName
{
border-color: #CCFF1B;
}
.TagClassName
{
border-color: #CCFF1B;
}
</style>