Html Css Color HEX #CCF808 Electric Lime

📋 copy color: '#CCF808'

red 204 ◦ green 248 ◦ blue 8

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

Shades of Electric Lime #CCF808

Tints of Electric Lime #CCF808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.91%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 44.35%
G = 53.91%
B = 1.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CCF808 (or 0xCCF808) is known color: Electric Lime. HEX triplet: CC, F8 and 08. RGB value is (204,248,8). Sum of RGB (Red+Green+Blue) = 204+248+8=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF808 is #3307F7. Grayscale: #D0D0D0. Windows color (decimal): -3344376 or 587980. OLE color: 587980.

HSL color Cylindrical-coordinate representation of color #CCF808: hue angle of 71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF808 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 8 -
CMYK 0.18 0 0.97 0.03
HSL 71º 0.94% 0.5% -
HSV(B) 71º 0.97% 0.97% -
XYZ 58.51 79.99 12.59 -
YUV 207.48 15.42 125.51 -
System Red Green Blue C M Y K H S L
Decimal 204 248 8 0.18 0 0.97 0.03 71 0.94 0.5
Hex CC F8 8 12 0 61 3 47 5E 32
Octal 314 370 10 22 0 141 3 107 136 62
Binary 11001100 11111000 1000 10010 0 1100001 11 1000111 1011110 110010

Color Harmonies of #CCF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF808

Black with #CCF808

Text Example


Text Example

White with #CCF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF808; }

 p { color: rgb(204,248,8); }

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

background-color css

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

 a { background-color: rgb(204,248,8); }

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

border-color css

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

 span { border-color: rgb(204,248,8); }

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