Html Css Color HEX #CCF011 Electric Lime

📋 copy color: '#CCF011'

red 204 ◦ green 240 ◦ blue 17

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

Shades of Electric Lime #CCF011

Tints of Electric Lime #CCF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.69%

R = 44.25%
G = 52.06%
B = 3.69%

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

#CCF011 (or 0xCCF011) is known color: Electric Lime. HEX triplet: CC, F0 and 11. RGB value is (204,240,17). Sum of RGB (Red+Green+Blue) = 204+240+17=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF011 is #330FEE. Grayscale: #CCCCCC. Windows color (decimal): -3346415 or 1175756. OLE color: 1175756.

HSL color Cylindrical-coordinate representation of color #CCF011: hue angle of 69.69º 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 #CCF011 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 17 -
CMYK 0.15 0 0.93 0.06
HSL 69.69º 0.88% 0.5% -
HSV(B) 69.69º 0.93% 0.94% -
XYZ 56.16 75.2 12.08 -
YUV 203.81 22.57 128.13 -
System Red Green Blue C M Y K H S L
Decimal 204 240 17 0.15 0 0.93 0.06 69.69 0.88 0.5
Hex CC F0 11 F 0 5D 6 46 58 32
Octal 314 360 21 17 0 135 6 106 130 62
Binary 11001100 11110000 10001 1111 0 1011101 110 1000110 1011000 110010

Color Harmonies of #CCF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF011

Black with #CCF011

Text Example


Text Example

White with #CCF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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