Html Css Color HEX #CCF008 Electric Lime

📋 copy color: '#CCF008'

red 204 ◦ green 240 ◦ blue 8

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

Shades of Electric Lime #CCF008

Tints of Electric Lime #CCF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.1%

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

R = 45.13%
G = 53.1%
B = 1.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#CCF008 (or 0xCCF008) is known color: Electric Lime. HEX triplet: CC, F0 and 08. RGB value is (204,240,8). Sum of RGB (Red+Green+Blue) = 204+240+8=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF008 is #330FF7. Grayscale: #CBCBCB. Windows color (decimal): -3346424 or 585932. OLE color: 585932.

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

Color convert

RGB 204 240 8 -
CMYK 0.15 0 0.97 0.06
HSL 69.31º 0.94% 0.49% -
HSV(B) 69.31º 0.97% 0.94% -
XYZ 56.11 75.18 11.78 -
YUV 202.79 18.07 128.86 -
System Red Green Blue C M Y K H S L
Decimal 204 240 8 0.15 0 0.97 0.06 69.31 0.94 0.49
Hex CC F0 8 F 0 61 6 45 5E 31
Octal 314 360 10 17 0 141 6 105 136 61
Binary 11001100 11110000 1000 1111 0 1100001 110 1000101 1011110 110001

Color Harmonies of #CCF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF008

Black with #CCF008

Text Example


Text Example

White with #CCF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF008; }

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

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

background-color css

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

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

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

border-color css

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

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

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