#CDE203

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

Shades of Electric Lime #CDE203

Tints of Electric Lime #CDE203

Color information

#CDE203 (or 0xCDE203) is unknown color: approx Electric Lime. HEX triplet: CD, E2 and 03. RGB value is (205,226,3). Sum of RGB (Red+Green+Blue) = 205+226+3=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE203 is #321DFC. Grayscale: #C3C3C3. Windows color (decimal): -3284477 or 254669. OLE color: 254669.

HSL color Cylindrical-coordinate representation of color #CDE203: hue angle of 65.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE203 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB2052263-
CMYK0.0900.990.11
HSL65.65º97.38%44.9%-
HSV(B)65.65º98.67%88.63%-
XYZ52.3967.3810.33-
YUV194.320.04135.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 226 (88.67% from 255) = 52.07%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=47.24%
G=52.07%
B=0.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20522630.0900.990.1165.6597.3844.9
HexCDE239063B42612d
Octal31534231101431310214155
Binary110011011110001011100101100011101110000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE203; }

 p { color: rgb(205,226,3); }

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

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

 a { background-color: rgb(205,226,3); }

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

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

 span { border-color: rgb(205,226,3); }

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