#CDEE15

Color #CDEE15 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CDEE15

Tints of Electric Lime #CDEE15

Color information

#CDEE15 (or 0xCDEE15) is unknown color: approx Electric Lime. HEX triplet: CD, EE and 15. RGB value is (205,238,21). Sum of RGB (Red+Green+Blue) = 205+238+21=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE15 is #3211EA. Grayscale: #CCCCCC. Windows color (decimal): -3281387 or 1437389. OLE color: 1437389.

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

Color convert

RGB20523821-
CMYK0.1400.910.07
HSL69.12º86.45%50.78%-
HSV(B)69.12º91.18%93.33%-
XYZ55.8974.1812.08-
YUV203.425.07129.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 238 (93.36% from 255) = 51.29%
BLUE value IS 21 (8.59% from 255) = 4.53%
R=44.18%
G=51.29%
B=4.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205238210.1400.910.0769.1286.4550.78
HexCDEE15E05B7455633
Octal31535625160133710512663
Binary11001101111011101010111100101101111110001011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE15; }

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

 H1.HeaderClassName
 {
   color: #CDEE15;
 }
 .AnyTagClassName
 {
   color: #CDEE15;
 }
</style>
background-color css

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

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

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

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

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

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