Html Css Color HEX #CDED00 Electric Lime

📋 copy color: '#CDED00'

red 205 ◦ green 237 ◦ blue 0

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

Shades of Electric Lime #CDED00

Tints of Electric Lime #CDED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.62%

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

R = 46.38%
G = 53.62%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#CDED00 (or 0xCDED00) is known color: Electric Lime. HEX triplet: CD, ED and 00. RGB value is (205,237,0). Sum of RGB (Red+Green+Blue) = 205+237+0=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDED00 is #3212FF. Grayscale: #C9C9C9. Windows color (decimal): -3281664 or 60877. OLE color: 60877.

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

Color convert

RGB 205 237 0 -
CMYK 0.14 0 1 0.07
HSL 68.1º 1% 0.46% -
HSV(B) 68.1º 1% 0.93% -
XYZ 55.46 73.55 11.27 -
YUV 200.41 14.9 131.27 -
System Red Green Blue C M Y K H S L
Decimal 205 237 0 0.14 0 1 0.07 68.1 1 0.46
Hex CD ED 0 E 0 64 7 44 64 2E
Octal 315 355 0 16 0 144 7 104 144 56
Binary 11001101 11101101 0 1110 0 1100100 111 1000100 1100100 101110

Color Harmonies of #CDED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDED00

Black with #CDED00

Text Example


Text Example

White with #CDED00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDED00; }

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

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

background-color css

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

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

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

border-color css

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

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

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