Html Css Color HEX #CCF016 Electric Lime

📋 copy color: '#CCF016'

red 204 ◦ green 240 ◦ blue 22

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

Shades of Electric Lime #CCF016

Tints of Electric Lime #CCF016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 43.78%
G = 51.5%
B = 4.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#CCF016 (or 0xCCF016) is known color: Electric Lime. HEX triplet: CC, F0 and 16. RGB value is (204,240,22). Sum of RGB (Red+Green+Blue) = 204+240+22=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF016 is #330FE9. Grayscale: #CDCDCD. Windows color (decimal): -3346410 or 1503436. OLE color: 1503436.

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

Color convert

RGB 204 240 22 -
CMYK 0.15 0 0.91 0.06
HSL 69.91º 0.88% 0.51% -
HSV(B) 69.91º 0.91% 0.94% -
XYZ 56.21 75.22 12.31 -
YUV 204.38 25.07 127.73 -
System Red Green Blue C M Y K H S L
Decimal 204 240 22 0.15 0 0.91 0.06 69.91 0.88 0.51
Hex CC F0 16 F 0 5B 6 46 58 33
Octal 314 360 26 17 0 133 6 106 130 63
Binary 11001100 11110000 10110 1111 0 1011011 110 1000110 1011000 110011

Color Harmonies of #CCF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF016

Black with #CCF016

Text Example


Text Example

White with #CCF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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