#CCFD18

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

Shades of Electric Lime #CCFD18

Tints of Electric Lime #CCFD18

Color information

#CCFD18 (or 0xCCFD18) is unknown color: approx Electric Lime. HEX triplet: CC, FD and 18. RGB value is (204,253,24). Sum of RGB (Red+Green+Blue) = 204+253+24=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD18 is #3302E7. Grayscale: #D5D5D5. Windows color (decimal): -3343080 or 1637836. OLE color: 1637836.

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

Color convert

RGB20425324-
CMYK0.1900.910.01
HSL72.84º98.28%54.31%-
HSV(B)72.84º90.51%99.22%-
XYZ60.1983.1513.74-
YUV212.2421.77122.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 253 (99.22% from 255) = 52.60%
BLUE value IS 24 (9.77% from 255) = 4.99%
R=42.41%
G=52.60%
B=4.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204253240.1900.910.0172.8498.2854.31
HexCCFD181305B1496236
Octal31437530230133111114266
Binary1100110011111101110001001101011011110010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD18; }

 p { color: rgb(204,253,24); }

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

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

 a { background-color: rgb(204,253,24); }

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

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

 span { border-color: rgb(204,253,24); }

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