Html Css Color HEX #D0ED0B Electric Lime

📋 copy color: '#D0ED0B'

red 208 ◦ green 237 ◦ blue 11

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

Shades of Electric Lime #D0ED0B

Tints of Electric Lime #D0ED0B

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

 GREEN value IS 237 (92.97% from 255) = 51.97%

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

R = 45.61%
G = 51.97%
B = 2.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#D0ED0B (or 0xD0ED0B) is known color: Electric Lime. HEX triplet: D0, ED and 0B. RGB value is (208,237,11). Sum of RGB (Red+Green+Blue) = 208+237+11=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0ED0B is #2F12F4. Grayscale: #CBCBCB. Windows color (decimal): -3085045 or 781776. OLE color: 781776.

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

Color convert

RGB 208 237 11 -
CMYK 0.12 0 0.95 0.07
HSL 67.7º 0.91% 0.49% -
HSV(B) 67.7º 0.95% 0.93% -
XYZ 56.36 74 11.63 -
YUV 202.57 19.89 131.88 -
System Red Green Blue C M Y K H S L
Decimal 208 237 11 0.12 0 0.95 0.07 67.7 0.91 0.49
Hex D0 ED B C 0 5F 7 44 5B 31
Octal 320 355 13 14 0 137 7 104 133 61
Binary 11010000 11101101 1011 1100 0 1011111 111 1000100 1011011 110001

Color Harmonies of #D0ED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED0B

Black with #D0ED0B

Text Example


Text Example

White with #D0ED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED0B; }

 p { color: rgb(208,237,11); }

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

background-color css

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

 a { background-color: rgb(208,237,11); }

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

border-color css

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

 span { border-color: rgb(208,237,11); }

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