Html Css Color HEX #CCFF16 Electric Lime

📋 copy color: '#CCFF16'

red 204 ◦ green 255 ◦ blue 22

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

Shades of Electric Lime #CCFF16

Tints of Electric Lime #CCFF16

RGB

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

 GREEN value IS 255 (100% from 255) = 53.01%

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

R = 42.41%
G = 53.01%
B = 4.57%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#CCFF16 (or 0xCCFF16) is known color: Electric Lime. HEX triplet: CC, FF and 16. RGB value is (204,255,22). Sum of RGB (Red+Green+Blue) = 204+255+22=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF16 is #3300E9. Grayscale: #D6D6D6. Windows color (decimal): -3342570 or 1507276. OLE color: 1507276.

HSL color Cylindrical-coordinate representation of color #CCFF16: hue angle of 73.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCFF16 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 22 -
CMYK 0.2 0 0.91 0
HSL 73.13º 1% 0.54% -
HSV(B) 73.13º 0.91% 1% -
XYZ 60.81 84.42 13.85 -
YUV 213.19 20.1 121.45 -
System Red Green Blue C M Y K H S L
Decimal 204 255 22 0.2 0 0.91 0 73.13 1 0.54
Hex CC FF 16 14 0 5B 0 49 64 36
Octal 314 377 26 24 0 133 0 111 144 66
Binary 11001100 11111111 10110 10100 0 1011011 0 1001001 1100100 110110

Color Harmonies of #CCFF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF16

Black with #CCFF16

Text Example


Text Example

White with #CCFF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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