Html Css Color HEX #D0FE11 Electric Lime

📋 copy color: '#D0FE11'

red 208 ◦ green 254 ◦ blue 17

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

Shades of Electric Lime #D0FE11

Tints of Electric Lime #D0FE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.03%

 BLUE value IS 17 (7.03% from 255) = 3.55%

R = 43.42%
G = 53.03%
B = 3.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#D0FE11 (or 0xD0FE11) is known color: Electric Lime. HEX triplet: D0, FE and 11. RGB value is (208,254,17). Sum of RGB (Red+Green+Blue) = 208+254+17=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE11 is #2F01EE. Grayscale: #D6D6D6. Windows color (decimal): -3080687 or 1179344. OLE color: 1179344.

HSL color Cylindrical-coordinate representation of color #D0FE11: hue angle of 71.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0FE11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 17 -
CMYK 0.18 0 0.93 0.00
HSL 71.65º 0.99% 0.53% -
HSV(B) 71.65º 0.93% 1% -
XYZ 61.56 84.33 13.56 -
YUV 213.23 17.26 124.27 -
System Red Green Blue C M Y K H S L
Decimal 208 254 17 0.18 0 0.93 0.00 71.65 0.99 0.53
Hex D0 FE 11 12 0 5D 0 48 63 35
Octal 320 376 21 22 0 135 0 110 143 65
Binary 11010000 11111110 10001 10010 0 1011101 0 1001000 1100011 110101

Color Harmonies of #D0FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE11

Black with #D0FE11

Text Example


Text Example

White with #D0FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE11; }

 p { color: rgb(208,254,17); }

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

background-color css

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

 a { background-color: rgb(208,254,17); }

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

border-color css

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

 span { border-color: rgb(208,254,17); }

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