Html Css Color HEX #CDEC14 Electric Lime

📋 copy color: '#CDEC14'

red 205 ◦ green 236 ◦ blue 20

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

Shades of Electric Lime #CDEC14

Tints of Electric Lime #CDEC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 44.47%
G = 51.19%
B = 4.34%

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

#CDEC14 (or 0xCDEC14) is known color: Electric Lime. HEX triplet: CD, EC and 14. RGB value is (205,236,20). Sum of RGB (Red+Green+Blue) = 205+236+20=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC14 is #3213EB. Grayscale: #CACACA. Windows color (decimal): -3281900 or 1371341. OLE color: 1371341.

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

Color convert

RGB 205 236 20 -
CMYK 0.13 0 0.92 0.07
HSL 68.61º 0.85% 0.5% -
HSV(B) 68.61º 0.92% 0.93% -
XYZ 55.3 73.02 11.84 -
YUV 202.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 205 236 20 0.13 0 0.92 0.07 68.61 0.85 0.5
Hex CD EC 14 D 0 5C 7 45 55 32
Octal 315 354 24 15 0 134 7 105 125 62
Binary 11001101 11101100 10100 1101 0 1011100 111 1000101 1010101 110010

Color Harmonies of #CDEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC14

Black with #CDEC14

Text Example


Text Example

White with #CDEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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