Html Css Color HEX #CCF013 Electric Lime

📋 copy color: '#CCF013'

red 204 ◦ green 240 ◦ blue 19

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

Shades of Electric Lime #CCF013

Tints of Electric Lime #CCF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.1%

R = 44.06%
G = 51.84%
B = 4.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CCF013 (or 0xCCF013) is known color: Electric Lime. HEX triplet: CC, F0 and 13. RGB value is (204,240,19). Sum of RGB (Red+Green+Blue) = 204+240+19=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF013 is #330FEC. Grayscale: #CCCCCC. Windows color (decimal): -3346413 or 1306828. OLE color: 1306828.

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

Color convert

RGB 204 240 19 -
CMYK 0.15 0 0.92 0.06
HSL 69.77º 0.88% 0.51% -
HSV(B) 69.77º 0.92% 0.94% -
XYZ 56.18 75.2 12.17 -
YUV 204.04 23.57 127.97 -
System Red Green Blue C M Y K H S L
Decimal 204 240 19 0.15 0 0.92 0.06 69.77 0.88 0.51
Hex CC F0 13 F 0 5C 6 46 58 33
Octal 314 360 23 17 0 134 6 106 130 63
Binary 11001100 11110000 10011 1111 0 1011100 110 1000110 1011000 110011

Color Harmonies of #CCF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF013

Black with #CCF013

Text Example


Text Example

White with #CCF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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