Html Css Color HEX #D0E40F Electric Lime

📋 copy color: '#D0E40F'

red 208 ◦ green 228 ◦ blue 15

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

Shades of Electric Lime #D0E40F

Tints of Electric Lime #D0E40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.55%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 46.12%
G = 50.55%
B = 3.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#D0E40F (or 0xD0E40F) is known color: Electric Lime. HEX triplet: D0, E4 and 0F. RGB value is (208,228,15). Sum of RGB (Red+Green+Blue) = 208+228+15=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E40F is #2F1BF0. Grayscale: #C6C6C6. Windows color (decimal): -3087345 or 1041616. OLE color: 1041616.

HSL color Cylindrical-coordinate representation of color #D0E40F: hue angle of 65.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0E40F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 228 15 -
CMYK 0.09 0 0.93 0.11
HSL 65.63º 0.88% 0.48% -
HSV(B) 65.63º 0.93% 0.89% -
XYZ 53.84 68.93 10.92 -
YUV 197.74 24.87 135.32 -
System Red Green Blue C M Y K H S L
Decimal 208 228 15 0.09 0 0.93 0.11 65.63 0.88 0.48
Hex D0 E4 F 9 0 5D B 42 58 30
Octal 320 344 17 11 0 135 13 102 130 60
Binary 11010000 11100100 1111 1001 0 1011101 1011 1000010 1011000 110000

Color Harmonies of #D0E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E40F

Black with #D0E40F

Text Example


Text Example

White with #D0E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E40F; }

 p { color: rgb(208,228,15); }

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

background-color css

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

 a { background-color: rgb(208,228,15); }

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

border-color css

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

 span { border-color: rgb(208,228,15); }

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