Html Css Color HEX #CCFE04 Electric Lime

📋 copy color: '#CCFE04'

red 204 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #CCFE04

Tints of Electric Lime #CCFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.98%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 44.16%
G = 54.98%
B = 0.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CCFE04 (or 0xCCFE04) is known color: Electric Lime. HEX triplet: CC, FE and 04. RGB value is (204,254,4). Sum of RGB (Red+Green+Blue) = 204+254+4=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE04 is #3301FB. Grayscale: #D3D3D3. Windows color (decimal): -3342844 or 327372. OLE color: 327372.

HSL color Cylindrical-coordinate representation of color #CCFE04: hue angle of 72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCFE04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 4 -
CMYK 0.20 0 0.98 0.00
HSL 72º 0.99% 0.51% -
HSV(B) 72º 0.98% 1% -
XYZ 60.37 83.73 13.09 -
YUV 210.55 11.44 123.33 -
System Red Green Blue C M Y K H S L
Decimal 204 254 4 0.20 0 0.98 0.00 72 0.99 0.51
Hex CC FE 4 14 0 62 0 48 63 33
Octal 314 376 4 24 0 142 0 110 143 63
Binary 11001100 11111110 100 10100 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CCFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE04

Black with #CCFE04

Text Example


Text Example

White with #CCFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE04; }

 p { color: rgb(204,254,4); }

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

background-color css

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

 a { background-color: rgb(204,254,4); }

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

border-color css

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

 span { border-color: rgb(204,254,4); }

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