Html Css Color HEX #D1EF0B Electric Lime

📋 copy color: '#D1EF0B'

red 209 ◦ green 239 ◦ blue 11

#D1EF0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #D1EF0B

Tints of Electric Lime #D1EF0B

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

 GREEN value IS 239 (93.75% from 255) = 52.07%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 45.53%
G = 52.07%
B = 2.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#D1EF0B (or 0xD1EF0B) is known color: Electric Lime. HEX triplet: D1, EF and 0B. RGB value is (209,239,11). Sum of RGB (Red+Green+Blue) = 209+239+11=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EF0B is #2E10F4. Grayscale: #CCCCCC. Windows color (decimal): -3018997 or 782289. OLE color: 782289.

HSL color Cylindrical-coordinate representation of color #D1EF0B: hue angle of 67.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1EF0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 11 -
CMYK 0.13 0 0.95 0.06
HSL 67.89º 0.91% 0.49% -
HSV(B) 67.89º 0.95% 0.94% -
XYZ 57.22 75.31 11.84 -
YUV 204.04 19.06 131.54 -
System Red Green Blue C M Y K H S L
Decimal 209 239 11 0.13 0 0.95 0.06 67.89 0.91 0.49
Hex D1 EF B D 0 5F 6 44 5B 31
Octal 321 357 13 15 0 137 6 104 133 61
Binary 11010001 11101111 1011 1101 0 1011111 110 1000100 1011011 110001

Color Harmonies of #D1EF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF0B

Black with #D1EF0B

Text Example


Text Example

White with #D1EF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF0B; }

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

 H1.HeaderClassName
 {
   color: #D1EF0B;
 }
 .AnyTagClassName
 {
   color: #D1EF0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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