Html Css Color HEX #D0F50E Electric Lime

📋 copy color: '#D0F50E'

red 208 ◦ green 245 ◦ blue 14

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

Shades of Electric Lime #D0F50E

Tints of Electric Lime #D0F50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.46%

 BLUE value IS 14 (5.86% from 255) = 3%

R = 44.54%
G = 52.46%
B = 3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#D0F50E (or 0xD0F50E) is known color: Electric Lime. HEX triplet: D0, F5 and 0E. RGB value is (208,245,14). Sum of RGB (Red+Green+Blue) = 208+245+14=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F50E is #2F0AF1. Grayscale: #D0D0D0. Windows color (decimal): -3082994 or 980432. OLE color: 980432.

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

Color convert

RGB 208 245 14 -
CMYK 0.15 0 0.94 0.04
HSL 69.61º 0.92% 0.51% -
HSV(B) 69.61º 0.94% 0.96% -
XYZ 58.74 78.75 12.52 -
YUV 207.6 18.74 128.28 -
System Red Green Blue C M Y K H S L
Decimal 208 245 14 0.15 0 0.94 0.04 69.61 0.92 0.51
Hex D0 F5 E F 0 5E 4 46 5C 33
Octal 320 365 16 17 0 136 4 106 134 63
Binary 11010000 11110101 1110 1111 0 1011110 100 1000110 1011100 110011

Color Harmonies of #D0F50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F50E

Black with #D0F50E

Text Example


Text Example

White with #D0F50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F50E; }

 p { color: rgb(208,245,14); }

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

background-color css

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

 a { background-color: rgb(208,245,14); }

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

border-color css

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

 span { border-color: rgb(208,245,14); }

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