Html Css Color HEX #CCED16 Electric Lime

📋 copy color: '#CCED16'

red 204 ◦ green 237 ◦ blue 22

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

Shades of Electric Lime #CCED16

Tints of Electric Lime #CCED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

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

R = 44.06%
G = 51.19%
B = 4.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CCED16 (or 0xCCED16) is known color: Electric Lime. HEX triplet: CC, ED and 16. RGB value is (204,237,22). Sum of RGB (Red+Green+Blue) = 204+237+22=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED16 is #3312E9. Grayscale: #CBCBCB. Windows color (decimal): -3347178 or 1502668. OLE color: 1502668.

HSL color Cylindrical-coordinate representation of color #CCED16: hue angle of 69.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCED16 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 22 -
CMYK 0.14 0 0.91 0.07
HSL 69.21º 0.86% 0.51% -
HSV(B) 69.21º 0.91% 0.93% -
XYZ 55.33 73.46 12.02 -
YUV 202.62 26.07 128.98 -
System Red Green Blue C M Y K H S L
Decimal 204 237 22 0.14 0 0.91 0.07 69.21 0.86 0.51
Hex CC ED 16 E 0 5B 7 45 56 33
Octal 314 355 26 16 0 133 7 105 126 63
Binary 11001100 11101101 10110 1110 0 1011011 111 1000101 1010110 110011

Color Harmonies of #CCED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED16

Black with #CCED16

Text Example


Text Example

White with #CCED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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