Html Css Color HEX #CCED11 Electric Lime

📋 copy color: '#CCED11'

red 204 ◦ green 237 ◦ blue 17

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

Shades of Electric Lime #CCED11

Tints of Electric Lime #CCED11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.71%

R = 44.54%
G = 51.75%
B = 3.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CCED11 (or 0xCCED11) is known color: Electric Lime. HEX triplet: CC, ED and 11. RGB value is (204,237,17). Sum of RGB (Red+Green+Blue) = 204+237+17=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED11 is #3312EE. Grayscale: #CACACA. Windows color (decimal): -3347183 or 1174988. OLE color: 1174988.

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

Color convert

RGB 204 237 17 -
CMYK 0.14 0 0.93 0.07
HSL 69º 0.87% 0.5% -
HSV(B) 69º 0.93% 0.93% -
XYZ 55.29 73.45 11.79 -
YUV 202.05 23.57 129.39 -
System Red Green Blue C M Y K H S L
Decimal 204 237 17 0.14 0 0.93 0.07 69 0.87 0.5
Hex CC ED 11 E 0 5D 7 45 57 32
Octal 314 355 21 16 0 135 7 105 127 62
Binary 11001100 11101101 10001 1110 0 1011101 111 1000101 1010111 110010

Color Harmonies of #CCED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED11

Black with #CCED11

Text Example


Text Example

White with #CCED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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