Html Css Color HEX #CCF010 Electric Lime

📋 copy color: '#CCF010'

red 204 ◦ green 240 ◦ blue 16

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

Shades of Electric Lime #CCF010

Tints of Electric Lime #CCF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.48%

R = 44.35%
G = 52.17%
B = 3.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#CCF010 (or 0xCCF010) is known color: Electric Lime. HEX triplet: CC, F0 and 10. RGB value is (204,240,16). Sum of RGB (Red+Green+Blue) = 204+240+16=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF010 is #330FEF. Grayscale: #CCCCCC. Windows color (decimal): -3346416 or 1110220. OLE color: 1110220.

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

Color convert

RGB 204 240 16 -
CMYK 0.15 0 0.93 0.06
HSL 69.64º 0.88% 0.5% -
HSV(B) 69.64º 0.93% 0.94% -
XYZ 56.16 75.19 12.04 -
YUV 203.7 22.07 128.21 -
System Red Green Blue C M Y K H S L
Decimal 204 240 16 0.15 0 0.93 0.06 69.64 0.88 0.5
Hex CC F0 10 F 0 5D 6 46 58 32
Octal 314 360 20 17 0 135 6 106 130 62
Binary 11001100 11110000 10000 1111 0 1011101 110 1000110 1011000 110010

Color Harmonies of #CCF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF010

Black with #CCF010

Text Example


Text Example

White with #CCF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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