Html Css Color HEX #CCF700 Electric Lime

📋 copy color: '#CCF700'

red 204 ◦ green 247 ◦ blue 0

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

Shades of Electric Lime #CCF700

Tints of Electric Lime #CCF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.23%
G = 54.77%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CCF700 (or 0xCCF700) is known color: Electric Lime. HEX triplet: CC, F7 and 00. RGB value is (204,247,0). Sum of RGB (Red+Green+Blue) = 204+247+0=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF700 is #3308FF. Grayscale: #CECECE. Windows color (decimal): -3344640 or 63436. OLE color: 63436.

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

Color convert

RGB 204 247 0 -
CMYK 0.17 0 1 0.03
HSL 70.45º 1% 0.48% -
HSV(B) 70.45º 1% 0.97% -
XYZ 58.16 79.36 12.25 -
YUV 205.99 11.75 126.58 -
System Red Green Blue C M Y K H S L
Decimal 204 247 0 0.17 0 1 0.03 70.45 1 0.48
Hex CC F7 0 11 0 64 3 46 64 30
Octal 314 367 0 21 0 144 3 106 144 60
Binary 11001100 11110111 0 10001 0 1100100 11 1000110 1100100 110000

Color Harmonies of #CCF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF700

Black with #CCF700

Text Example


Text Example

White with #CCF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF700; }

 p { color: rgb(204,247,0); }

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

background-color css

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

 a { background-color: rgb(204,247,0); }

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

border-color css

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

 span { border-color: rgb(204,247,0); }

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