Html Css Color HEX #D0EB14 Electric Lime

📋 copy color: '#D0EB14'

red 208 ◦ green 235 ◦ blue 20

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

Shades of Electric Lime #D0EB14

Tints of Electric Lime #D0EB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 44.92%
G = 50.76%
B = 4.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#D0EB14 (or 0xD0EB14) is known color: Electric Lime. HEX triplet: D0, EB and 14. RGB value is (208,235,20). Sum of RGB (Red+Green+Blue) = 208+235+20=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EB14 is #2F14EB. Grayscale: #CBCBCB. Windows color (decimal): -3085548 or 1371088. OLE color: 1371088.

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

Color convert

RGB 208 235 20 -
CMYK 0.11 0 0.91 0.08
HSL 67.53º 0.84% 0.5% -
HSV(B) 67.53º 0.91% 0.92% -
XYZ 55.85 72.88 11.79 -
YUV 202.42 25.05 131.98 -
System Red Green Blue C M Y K H S L
Decimal 208 235 20 0.11 0 0.91 0.08 67.53 0.84 0.5
Hex D0 EB 14 B 0 5B 8 44 54 32
Octal 320 353 24 13 0 133 10 104 124 62
Binary 11010000 11101011 10100 1011 0 1011011 1000 1000100 1010100 110010

Color Harmonies of #D0EB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB14

Black with #D0EB14

Text Example


Text Example

White with #D0EB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB14; }

 p { color: rgb(208,235,20); }

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

background-color css

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

 a { background-color: rgb(208,235,20); }

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

border-color css

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

 span { border-color: rgb(208,235,20); }

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