Html Css Color HEX #CCF716 Electric Lime

📋 copy color: '#CCF716'

red 204 ◦ green 247 ◦ blue 22

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

Shades of Electric Lime #CCF716

Tints of Electric Lime #CCF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.22%

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

R = 43.13%
G = 52.22%
B = 4.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CCF716 (or 0xCCF716) is known color: Electric Lime. HEX triplet: CC, F7 and 16. RGB value is (204,247,22). Sum of RGB (Red+Green+Blue) = 204+247+22=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF716 is #3308E9. Grayscale: #D1D1D1. Windows color (decimal): -3344618 or 1505228. OLE color: 1505228.

HSL color Cylindrical-coordinate representation of color #CCF716: hue angle of 71.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF716 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 22 -
CMYK 0.17 0 0.91 0.03
HSL 71.47º 0.93% 0.53% -
HSV(B) 71.47º 0.91% 0.97% -
XYZ 58.31 79.42 13.01 -
YUV 208.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 204 247 22 0.17 0 0.91 0.03 71.47 0.93 0.53
Hex CC F7 16 11 0 5B 3 47 5D 35
Octal 314 367 26 21 0 133 3 107 135 65
Binary 11001100 11110111 10110 10001 0 1011011 11 1000111 1011101 110101

Color Harmonies of #CCF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF716

Black with #CCF716

Text Example


Text Example

White with #CCF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF716; }

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

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

background-color css

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

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

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

border-color css

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

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

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