#D3ED02

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

Shades of Electric Lime #D3ED02

Tints of Electric Lime #D3ED02

Color information

#D3ED02 (or 0xD3ED02) is unknown color: approx Electric Lime. HEX triplet: D3, ED and 02. RGB value is (211,237,2). Sum of RGB (Red+Green+Blue) = 211+237+2=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3ED02 is #2C12FD. Grayscale: #CBCBCB. Windows color (decimal): -2888446 or 191955. OLE color: 191955.

HSL color Cylindrical-coordinate representation of color #D3ED02: hue angle of 66.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3ED02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2112372-
CMYK0.1100.990.07
HSL66.64º98.33%46.86%-
HSV(B)66.64º99.16%92.94%-
XYZ57.1674.4211.41-
YUV202.4414.89134.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 237 (92.97% from 255) = 52.67%
BLUE value IS 2 (1.17% from 255) = 0.44%
R=46.89%
G=52.67%
B=0.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21123720.1100.990.0766.6498.3346.86
HexD3ED2B063743622f
Octal3233552130143710314257
Binary11010011111011011010110110001111110000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ED02; }

 p { color: rgb(211,237,2); }

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

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

 a { background-color: rgb(211,237,2); }

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

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

 span { border-color: rgb(211,237,2); }

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