Html Css Color HEX #D0EF14 Electric Lime

📋 copy color: '#D0EF14'

red 208 ◦ green 239 ◦ blue 20

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

Shades of Electric Lime #D0EF14

Tints of Electric Lime #D0EF14

RGB

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

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

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

R = 44.54%
G = 51.18%
B = 4.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#D0EF14 (or 0xD0EF14) is known color: Electric Lime. HEX triplet: D0, EF and 14. RGB value is (208,239,20). Sum of RGB (Red+Green+Blue) = 208+239+20=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF14 is #2F10EB. Grayscale: #CDCDCD. Windows color (decimal): -3084524 or 1372112. OLE color: 1372112.

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

Color convert

RGB 208 239 20 -
CMYK 0.13 0 0.92 0.06
HSL 68.49º 0.87% 0.51% -
HSV(B) 68.49º 0.92% 0.94% -
XYZ 57.01 75.19 12.17 -
YUV 204.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 208 239 20 0.13 0 0.92 0.06 68.49 0.87 0.51
Hex D0 EF 14 D 0 5C 6 44 57 33
Octal 320 357 24 15 0 134 6 104 127 63
Binary 11010000 11101111 10100 1101 0 1011100 110 1000100 1010111 110011

Color Harmonies of #D0EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EF14

Black with #D0EF14

Text Example


Text Example

White with #D0EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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