Html Css Color HEX #CCFE05 Electric Lime

📋 copy color: '#CCFE05'

red 204 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #CCFE05

Tints of Electric Lime #CCFE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 44.06%
G = 54.86%
B = 1.08%

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

#CCFE05 (or 0xCCFE05) is known color: Electric Lime. HEX triplet: CC, FE and 05. RGB value is (204,254,5). Sum of RGB (Red+Green+Blue) = 204+254+5=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE05 is #3301FA. Grayscale: #D3D3D3. Windows color (decimal): -3342843 or 392908. OLE color: 392908.

HSL color Cylindrical-coordinate representation of color #CCFE05: hue angle of 72.05º 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 #CCFE05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

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

Color Harmonies of #CCFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE05

Black with #CCFE05

Text Example


Text Example

White with #CCFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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