Html Css Color HEX #CDEC10 Electric Lime

📋 copy color: '#CDEC10'

red 205 ◦ green 236 ◦ blue 16

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

Shades of Electric Lime #CDEC10

Tints of Electric Lime #CDEC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.5%

R = 44.86%
G = 51.64%
B = 3.5%

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

#CDEC10 (or 0xCDEC10) is known color: Electric Lime. HEX triplet: CD, EC and 10. RGB value is (205,236,16). Sum of RGB (Red+Green+Blue) = 205+236+16=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC10 is #3213EF. Grayscale: #CACACA. Windows color (decimal): -3281904 or 1109197. OLE color: 1109197.

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

Color convert

RGB 205 236 16 -
CMYK 0.13 0 0.93 0.07
HSL 68.45º 0.87% 0.49% -
HSV(B) 68.45º 0.93% 0.93% -
XYZ 55.27 73.01 11.67 -
YUV 201.65 23.23 130.39 -
System Red Green Blue C M Y K H S L
Decimal 205 236 16 0.13 0 0.93 0.07 68.45 0.87 0.49
Hex CD EC 10 D 0 5D 7 44 57 31
Octal 315 354 20 15 0 135 7 104 127 61
Binary 11001101 11101100 10000 1101 0 1011101 111 1000100 1010111 110001

Color Harmonies of #CDEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC10

Black with #CDEC10

Text Example


Text Example

White with #CDEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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