Html Css Color HEX #CCFC00 Electric Lime

📋 copy color: '#CCFC00'

red 204 ◦ green 252 ◦ blue 0

#CCFC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CCFC00

Tints of Electric Lime #CCFC00

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 252 (98.83% from 255) = 55.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.74%
G = 55.26%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#CCFC00 (or 0xCCFC00) is known color: Electric Lime. HEX triplet: CC, FC and 00. RGB value is (204,252,0). Sum of RGB (Red+Green+Blue) = 204+252+0=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC00 is #3303FF. Grayscale: #D1D1D1. Windows color (decimal): -3343360 or 64716. OLE color: 64716.

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

Color convert

RGB 204 252 0 -
CMYK 0.19 0 1 0.01
HSL 71.43º 1% 0.49% -
HSV(B) 71.43º 1% 0.99% -
XYZ 59.71 82.46 12.77 -
YUV 208.92 10.1 124.49 -
System Red Green Blue C M Y K H S L
Decimal 204 252 0 0.19 0 1 0.01 71.43 1 0.49
Hex CC FC 0 13 0 64 1 47 64 31
Octal 314 374 0 23 0 144 1 107 144 61
Binary 11001100 11111100 0 10011 0 1100100 1 1000111 1100100 110001

Color Harmonies of #CCFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC00

Black with #CCFC00

Text Example


Text Example

White with #CCFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC00; }

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

 H1.HeaderClassName
 {
   color: #CCFC00;
 }
 .AnyTagClassName
 {
   color: #CCFC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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