Html Css Color HEX #CDEC11 Electric Lime

📋 copy color: '#CDEC11'

red 205 ◦ green 236 ◦ blue 17

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

Shades of Electric Lime #CDEC11

Tints of Electric Lime #CDEC11

RGB

 RED value IS 205 (80.47% from 255) = 44.76%

 GREEN value IS 236 (92.58% from 255) = 51.53%

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

R = 44.76%
G = 51.53%
B = 3.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CDEC11 (or 0xCDEC11) is known color: Electric Lime. HEX triplet: CD, EC and 11. RGB value is (205,236,17). Sum of RGB (Red+Green+Blue) = 205+236+17=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC11 is #3213EE. Grayscale: #CACACA. Windows color (decimal): -3281903 or 1174733. OLE color: 1174733.

HSL color Cylindrical-coordinate representation of color #CDEC11: hue angle of 68.49º 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 #CDEC11 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 17 -
CMYK 0.13 0 0.93 0.07
HSL 68.49º 0.87% 0.5% -
HSV(B) 68.49º 0.93% 0.93% -
XYZ 55.27 73.01 11.71 -
YUV 201.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 205 236 17 0.13 0 0.93 0.07 68.49 0.87 0.5
Hex CD EC 11 D 0 5D 7 44 57 32
Octal 315 354 21 15 0 135 7 104 127 62
Binary 11001101 11101100 10001 1101 0 1011101 111 1000100 1010111 110010

Color Harmonies of #CDEC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC11

Black with #CDEC11

Text Example


Text Example

White with #CDEC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC11; }

 p { color: rgb(205,236,17); }

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

background-color css

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

 a { background-color: rgb(205,236,17); }

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

border-color css

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

 span { border-color: rgb(205,236,17); }

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