#d2e811

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

Shades of Electric Lime #D2E811

Tints of Electric Lime #D2E811

Color information

#D2E811 (or 0xD2E811) is unknown color: approx Electric Lime. HEX triplet: D2, E8 and 11. RGB value is (210,232,17). Sum of RGB (Red+Green+Blue) = 210+232+17=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E811 is #2D17EE. Grayscale: #C9C9C9. Windows color (decimal): -2955247 or 1173714. OLE color: 1173714.

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

Color convert

RGB21023217-
CMYK0.0900.930.09
HSL66.14º86.35%48.82%-
HSV(B)66.14º92.67%90.98%-
XYZ55.5471.4611.4-
YUV200.9124.21134.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 232 (91.02% from 255) = 50.54%
BLUE value IS 17 (7.03% from 255) = 3.70%
R=45.75%
G=50.54%
B=3.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210232170.0900.930.0966.1486.3548.82
HexD2E811905D9425631
Octal322350211101351110212661
Binary110100101110100010001100101011101100110000101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e811; }

 p { color: rgb(210,232,17); }

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

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

 a { background-color: rgb(210,232,17); }

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

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

 span { border-color: rgb(210,232,17); }

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