Html Css Color HEX #CCFC05 Electric Lime

📋 copy color: '#CCFC05'

red 204 ◦ green 252 ◦ blue 5

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

Shades of Electric Lime #CCFC05

Tints of Electric Lime #CCFC05

RGB

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

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

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

R = 44.25%
G = 54.66%
B = 1.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CCFC05 (or 0xCCFC05) is known color: Electric Lime. HEX triplet: CC, FC and 05. RGB value is (204,252,5). Sum of RGB (Red+Green+Blue) = 204+252+5=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC05 is #3303FA. Grayscale: #D2D2D2. Windows color (decimal): -3343355 or 392396. OLE color: 392396.

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

Color convert

RGB 204 252 5 -
CMYK 0.19 0 0.98 0.01
HSL 71.66º 0.98% 0.5% -
HSV(B) 71.66º 0.98% 0.99% -
XYZ 59.74 82.47 12.91 -
YUV 209.49 12.6 124.08 -
System Red Green Blue C M Y K H S L
Decimal 204 252 5 0.19 0 0.98 0.01 71.66 0.98 0.5
Hex CC FC 5 13 0 62 1 48 62 32
Octal 314 374 5 23 0 142 1 110 142 62
Binary 11001100 11111100 101 10011 0 1100010 1 1001000 1100010 110010

Color Harmonies of #CCFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC05

Black with #CCFC05

Text Example


Text Example

White with #CCFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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