Html Css Color HEX #CCF804 Electric Lime

📋 copy color: '#CCF804'

red 204 ◦ green 248 ◦ blue 4

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

Shades of Electric Lime #CCF804

Tints of Electric Lime #CCF804

RGB

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

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

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

R = 44.74%
G = 54.39%
B = 0.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CCF804 (or 0xCCF804) is known color: Electric Lime. HEX triplet: CC, F8 and 04. RGB value is (204,248,4). Sum of RGB (Red+Green+Blue) = 204+248+4=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF804 is #3307FB. Grayscale: #CFCFCF. Windows color (decimal): -3344380 or 325836. OLE color: 325836.

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

Color convert

RGB 204 248 4 -
CMYK 0.18 0 0.98 0.03
HSL 70.82º 0.97% 0.49% -
HSV(B) 70.82º 0.98% 0.97% -
XYZ 58.49 79.98 12.47 -
YUV 207.03 13.42 125.84 -
System Red Green Blue C M Y K H S L
Decimal 204 248 4 0.18 0 0.98 0.03 70.82 0.97 0.49
Hex CC F8 4 12 0 62 3 47 61 31
Octal 314 370 4 22 0 142 3 107 141 61
Binary 11001100 11111000 100 10010 0 1100010 11 1000111 1100001 110001

Color Harmonies of #CCF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF804

Black with #CCF804

Text Example


Text Example

White with #CCF804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF804; }

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

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

background-color css

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

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

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

border-color css

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

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

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