Html Css Color HEX #D0EA14 Electric Lime

📋 copy color: '#D0EA14'

red 208 ◦ green 234 ◦ blue 20

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

Shades of Electric Lime #D0EA14

Tints of Electric Lime #D0EA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.65%

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

R = 45.02%
G = 50.65%
B = 4.33%

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

#D0EA14 (or 0xD0EA14) is known color: Electric Lime. HEX triplet: D0, EA and 14. RGB value is (208,234,20). Sum of RGB (Red+Green+Blue) = 208+234+20=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA14 is #2F15EB. Grayscale: #CACACA. Windows color (decimal): -3085804 or 1370832. OLE color: 1370832.

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

Color convert

RGB 208 234 20 -
CMYK 0.11 0 0.91 0.08
HSL 67.29º 0.84% 0.5% -
HSV(B) 67.29º 0.91% 0.92% -
XYZ 55.56 72.31 11.69 -
YUV 201.83 25.39 132.4 -
System Red Green Blue C M Y K H S L
Decimal 208 234 20 0.11 0 0.91 0.08 67.29 0.84 0.5
Hex D0 EA 14 B 0 5B 8 43 54 32
Octal 320 352 24 13 0 133 10 103 124 62
Binary 11010000 11101010 10100 1011 0 1011011 1000 1000011 1010100 110010

Color Harmonies of #D0EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA14

Black with #D0EA14

Text Example


Text Example

White with #D0EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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