Html Css Color HEX #CDEE0D Electric Lime

📋 copy color: '#CDEE0D'

red 205 ◦ green 238 ◦ blue 13

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

Shades of Electric Lime #CDEE0D

Tints of Electric Lime #CDEE0D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 44.96%
G = 52.19%
B = 2.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#CDEE0D (or 0xCDEE0D) is known color: Electric Lime. HEX triplet: CD, EE and 0D. RGB value is (205,238,13). Sum of RGB (Red+Green+Blue) = 205+238+13=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE0D is #3211F2. Grayscale: #CBCBCB. Windows color (decimal): -3281395 or 913101. OLE color: 913101.

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

Color convert

RGB 205 238 13 -
CMYK 0.14 0 0.95 0.07
HSL 68.8º 0.9% 0.49% -
HSV(B) 68.8º 0.95% 0.93% -
XYZ 55.82 74.16 11.75 -
YUV 202.48 21.07 129.8 -
System Red Green Blue C M Y K H S L
Decimal 205 238 13 0.14 0 0.95 0.07 68.8 0.9 0.49
Hex CD EE D E 0 5F 7 45 5A 31
Octal 315 356 15 16 0 137 7 105 132 61
Binary 11001101 11101110 1101 1110 0 1011111 111 1000101 1011010 110001

Color Harmonies of #CDEE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE0D

Black with #CDEE0D

Text Example


Text Example

White with #CDEE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE0D; }

 p { color: rgb(205,238,13); }

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

background-color css

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

 a { background-color: rgb(205,238,13); }

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

border-color css

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

 span { border-color: rgb(205,238,13); }

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