#D1EA0B

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

Shades of Electric Lime #D1EA0B

Tints of Electric Lime #D1EA0B

Color information

#D1EA0B (or 0xD1EA0B) is unknown color: approx Electric Lime. HEX triplet: D1, EA and 0B. RGB value is (209,234,11). Sum of RGB (Red+Green+Blue) = 209+234+11=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EA0B is #2E15F4. Grayscale: #C9C9C9. Windows color (decimal): -3020277 or 781009. OLE color: 781009.

HSL color Cylindrical-coordinate representation of color #D1EA0B: hue angle of 66.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1EA0B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB20923411-
CMYK0.1100.950.08
HSL66.73º91.02%48.04%-
HSV(B)66.73º95.3%91.76%-
XYZ55.7872.4311.36-
YUV201.120.72133.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 234 (91.80% from 255) = 51.54%
BLUE value IS 11 (4.69% from 255) = 2.42%
R=46.04%
G=51.54%
B=2.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209234110.1100.950.0866.7391.0248.04
HexD1EABB05F8435b30
Octal321352131301371010313360
Binary11010001111010101011101101011111100010000111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA0B; }

 p { color: rgb(209,234,11); }

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

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

 a { background-color: rgb(209,234,11); }

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

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

 span { border-color: rgb(209,234,11); }

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