#CCFC03

Color #CCFC03 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CCFC03

Tints of Electric Lime #CCFC03

Color information

#CCFC03 (or 0xCCFC03) is unknown color: approx Electric Lime. HEX triplet: CC, FC and 03. RGB value is (204,252,3). Sum of RGB (Red+Green+Blue) = 204+252+3=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC03 is #3303FC. Grayscale: #D2D2D2. Windows color (decimal): -3343357 or 261324. OLE color: 261324.

HSL color Cylindrical-coordinate representation of color #CCFC03: hue angle of 71.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCFC03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB2042523-
CMYK0.1900.990.01
HSL71.57º97.65%50%-
HSV(B)71.57º98.81%98.82%-
XYZ59.7382.4612.86-
YUV209.2611.6124.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 252 (98.83% from 255) = 54.90%
BLUE value IS 3 (1.56% from 255) = 0.65%
R=44.44%
G=54.90%
B=0.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20425230.1900.990.0171.5797.6550
HexCCFC3130631486232
Octal3143743230143111014262
Binary1100110011111100111001101100011110010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC03; }

 p { color: rgb(204,252,3); }

 H1.HeaderClassName
 {
   color: #CCFC03;
 }
 .AnyTagClassName
 {
   color: #CCFC03;
 }
</style>
background-color css

<style>
 a { background-color: #CCFC03; }

 a { background-color: rgb(204,252,3); }

 div.DivClassName
 {
   background-color: #CCFC03;
 }
 .BgClassName
 {
   background-color: #CCFC03;
 }
</style>
border-color css

<style>
 span { border-color: #CCFC03; }

 span { border-color: rgb(204,252,3); }

 td.TdClassName
 {
   border-color: #CCFC03;
 }
 .TagClassName
 {
   border-color: #CCFC03;
 }
</style>