Html Css Color HEX #CDEE0A Electric Lime

📋 copy color: '#CDEE0A'

red 205 ◦ green 238 ◦ blue 10

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

Shades of Electric Lime #CDEE0A

Tints of Electric Lime #CDEE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 45.25%
G = 52.54%
B = 2.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#CDEE0A (or 0xCDEE0A) is known color: Electric Lime. HEX triplet: CD, EE and 0A. RGB value is (205,238,10). Sum of RGB (Red+Green+Blue) = 205+238+10=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE0A is #3211F5. Grayscale: #CBCBCB. Windows color (decimal): -3281398 or 716493. OLE color: 716493.

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

Color convert

RGB 205 238 10 -
CMYK 0.14 0 0.96 0.07
HSL 68.68º 0.92% 0.49% -
HSV(B) 68.68º 0.96% 0.93% -
XYZ 55.81 74.15 11.66 -
YUV 202.14 19.57 130.04 -
System Red Green Blue C M Y K H S L
Decimal 205 238 10 0.14 0 0.96 0.07 68.68 0.92 0.49
Hex CD EE A E 0 60 7 45 5C 31
Octal 315 356 12 16 0 140 7 105 134 61
Binary 11001101 11101110 1010 1110 0 1100000 111 1000101 1011100 110001

Color Harmonies of #CDEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE0A

Black with #CDEE0A

Text Example


Text Example

White with #CDEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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