Html Css Color HEX #CCF208 Electric Lime

📋 copy color: '#CCF208'

red 204 ◦ green 242 ◦ blue 8

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

Shades of Electric Lime #CCF208

Tints of Electric Lime #CCF208

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

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

R = 44.93%
G = 53.3%
B = 1.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CCF208 (or 0xCCF208) is known color: Electric Lime. HEX triplet: CC, F2 and 08. RGB value is (204,242,8). Sum of RGB (Red+Green+Blue) = 204+242+8=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF208 is #330DF7. Grayscale: #CCCCCC. Windows color (decimal): -3345912 or 586444. OLE color: 586444.

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

Color convert

RGB 204 242 8 -
CMYK 0.16 0 0.97 0.05
HSL 69.74º 0.94% 0.49% -
HSV(B) 69.74º 0.97% 0.95% -
XYZ 56.7 76.36 11.98 -
YUV 203.96 17.41 128.03 -
System Red Green Blue C M Y K H S L
Decimal 204 242 8 0.16 0 0.97 0.05 69.74 0.94 0.49
Hex CC F2 8 10 0 61 5 46 5E 31
Octal 314 362 10 20 0 141 5 106 136 61
Binary 11001100 11110010 1000 10000 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CCF208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF208

Black with #CCF208

Text Example


Text Example

White with #CCF208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF208; }

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

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

background-color css

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

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

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

border-color css

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

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

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