Html Css Color HEX #CCF000 Electric Lime

📋 copy color: '#CCF000'

red 204 ◦ green 240 ◦ blue 0

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

Shades of Electric Lime #CCF000

Tints of Electric Lime #CCF000

RGB

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

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

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

R = 45.95%
G = 54.05%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#CCF000 (or 0xCCF000) is known color: Electric Lime. HEX triplet: CC, F0 and 00. RGB value is (204,240,0). Sum of RGB (Red+Green+Blue) = 204+240+0=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF000 is #330FFF. Grayscale: #CACACA. Windows color (decimal): -3346432 or 61644. OLE color: 61644.

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

Color convert

RGB 204 240 0 -
CMYK 0.15 0 1 0.06
HSL 69º 1% 0.47% -
HSV(B) 69º 1% 0.94% -
XYZ 56.06 75.16 11.55 -
YUV 201.88 14.07 129.51 -
System Red Green Blue C M Y K H S L
Decimal 204 240 0 0.15 0 1 0.06 69 1 0.47
Hex CC F0 0 F 0 64 6 45 64 2F
Octal 314 360 0 17 0 144 6 105 144 57
Binary 11001100 11110000 0 1111 0 1100100 110 1000101 1100100 101111

Color Harmonies of #CCF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF000

Black with #CCF000

Text Example


Text Example

White with #CCF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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