Html Css Color HEX #CDEC00 Electric Lime

📋 copy color: '#CDEC00'

red 205 ◦ green 236 ◦ blue 0

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

Shades of Electric Lime #CDEC00

Tints of Electric Lime #CDEC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.49%
G = 53.51%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#CDEC00 (or 0xCDEC00) is known color: Electric Lime. HEX triplet: CD, EC and 00. RGB value is (205,236,0). Sum of RGB (Red+Green+Blue) = 205+236+0=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC00 is #3213FF. Grayscale: #C8C8C8. Windows color (decimal): -3281920 or 60621. OLE color: 60621.

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

Color convert

RGB 205 236 0 -
CMYK 0.13 0 1 0.07
HSL 67.88º 1% 0.46% -
HSV(B) 67.88º 1% 0.93% -
XYZ 55.17 72.97 11.18 -
YUV 199.83 15.23 131.69 -
System Red Green Blue C M Y K H S L
Decimal 205 236 0 0.13 0 1 0.07 67.88 1 0.46
Hex CD EC 0 D 0 64 7 44 64 2E
Octal 315 354 0 15 0 144 7 104 144 56
Binary 11001101 11101100 0 1101 0 1100100 111 1000100 1100100 101110

Color Harmonies of #CDEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC00

Black with #CDEC00

Text Example


Text Example

White with #CDEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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