#CCF810

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

Shades of Electric Lime #CCF810

Tints of Electric Lime #CCF810

Color information

#CCF810 (or 0xCCF810) is unknown color: approx Electric Lime. HEX triplet: CC, F8 and 10. RGB value is (204,248,16). Sum of RGB (Red+Green+Blue) = 204+248+16=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF810 is #3307EF. Grayscale: #D1D1D1. Windows color (decimal): -3344368 or 1112268. OLE color: 1112268.

HSL color Cylindrical-coordinate representation of color #CCF810: hue angle of 71.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF810 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB20424816-
CMYK0.1800.940.03
HSL71.38º94.31%51.76%-
HSV(B)71.38º93.55%97.25%-
XYZ58.5680.0112.85-
YUV208.419.42124.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 248 (97.27% from 255) = 52.99%
BLUE value IS 16 (6.64% from 255) = 3.42%
R=43.59%
G=52.99%
B=3.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204248160.1800.940.0371.3894.3151.76
HexCCF8101205E3475e34
Octal31437020220136310713664
Binary11001100111110001000010010010111101110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF810; }

 p { color: rgb(204,248,16); }

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

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

 a { background-color: rgb(204,248,16); }

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

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

 span { border-color: rgb(204,248,16); }

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