Html Css Color HEX #CDEC12 Electric Lime

📋 copy color: '#CDEC12'

red 205 ◦ green 236 ◦ blue 18

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

Shades of Electric Lime #CDEC12

Tints of Electric Lime #CDEC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 44.66%
G = 51.42%
B = 3.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CDEC12 (or 0xCDEC12) is known color: Electric Lime. HEX triplet: CD, EC and 12. RGB value is (205,236,18). Sum of RGB (Red+Green+Blue) = 205+236+18=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC12 is #3213ED. Grayscale: #CACACA. Windows color (decimal): -3281902 or 1240269. OLE color: 1240269.

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

Color convert

RGB 205 236 18 -
CMYK 0.13 0 0.92 0.07
HSL 68.53º 0.86% 0.5% -
HSV(B) 68.53º 0.92% 0.93% -
XYZ 55.28 73.01 11.75 -
YUV 201.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 205 236 18 0.13 0 0.92 0.07 68.53 0.86 0.5
Hex CD EC 12 D 0 5C 7 45 56 32
Octal 315 354 22 15 0 134 7 105 126 62
Binary 11001101 11101100 10010 1101 0 1011100 111 1000101 1010110 110010

Color Harmonies of #CDEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC12

Black with #CDEC12

Text Example


Text Example

White with #CDEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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