Html Css Color HEX #CCF408 Electric Lime

📋 copy color: '#CCF408'

red 204 ◦ green 244 ◦ blue 8

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

Shades of Electric Lime #CCF408

Tints of Electric Lime #CCF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.51%

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

R = 44.74%
G = 53.51%
B = 1.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CCF408 (or 0xCCF408) is known color: Electric Lime. HEX triplet: CC, F4 and 08. RGB value is (204,244,8). Sum of RGB (Red+Green+Blue) = 204+244+8=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF408 is #330BF7. Grayscale: #CECECE. Windows color (decimal): -3345400 or 586956. OLE color: 586956.

HSL color Cylindrical-coordinate representation of color #CCF408: hue angle of 70.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF408 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 8 -
CMYK 0.16 0 0.97 0.04
HSL 70.17º 0.94% 0.49% -
HSV(B) 70.17º 0.97% 0.96% -
XYZ 57.3 77.56 12.18 -
YUV 205.14 16.75 127.19 -
System Red Green Blue C M Y K H S L
Decimal 204 244 8 0.16 0 0.97 0.04 70.17 0.94 0.49
Hex CC F4 8 10 0 61 4 46 5E 31
Octal 314 364 10 20 0 141 4 106 136 61
Binary 11001100 11110100 1000 10000 0 1100001 100 1000110 1011110 110001

Color Harmonies of #CCF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF408

Black with #CCF408

Text Example


Text Example

White with #CCF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF408; }

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

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

background-color css

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

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

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

border-color css

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

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

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