Html Css Color HEX #D3EB0B Electric Lime

📋 copy color: '#D3EB0B'

red 211 ◦ green 235 ◦ blue 11

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

Shades of Electric Lime #D3EB0B

Tints of Electric Lime #D3EB0B

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

 GREEN value IS 235 (92.19% from 255) = 51.42%

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

R = 46.17%
G = 51.42%
B = 2.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#D3EB0B (or 0xD3EB0B) is known color: Electric Lime. HEX triplet: D3, EB and 0B. RGB value is (211,235,11). Sum of RGB (Red+Green+Blue) = 211+235+11=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB0B is #2C14F4. Grayscale: #CBCBCB. Windows color (decimal): -2888949 or 781267. OLE color: 781267.

HSL color Cylindrical-coordinate representation of color #D3EB0B: hue angle of 66.43º 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 #D3EB0B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 235 11 -
CMYK 0.10 0 0.95 0.08
HSL 66.43º 0.91% 0.48% -
HSV(B) 66.43º 0.95% 0.92% -
XYZ 56.63 73.29 11.48 -
YUV 202.29 20.05 134.21 -
System Red Green Blue C M Y K H S L
Decimal 211 235 11 0.10 0 0.95 0.08 66.43 0.91 0.48
Hex D3 EB B A 0 5F 8 42 5B 30
Octal 323 353 13 12 0 137 10 102 133 60
Binary 11010011 11101011 1011 1010 0 1011111 1000 1000010 1011011 110000

Color Harmonies of #D3EB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB0B

Black with #D3EB0B

Text Example


Text Example

White with #D3EB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB0B; }

 p { color: rgb(211,235,11); }

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

background-color css

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

 a { background-color: rgb(211,235,11); }

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

border-color css

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

 span { border-color: rgb(211,235,11); }

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