Html Css Color HEX #D0FF1F Electric Lime

📋 copy color: '#D0FF1F'

red 208 ◦ green 255 ◦ blue 31

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

Shades of Electric Lime #D0FF1F

Tints of Electric Lime #D0FF1F

RGB

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

 GREEN value IS 255 (100% from 255) = 51.62%

 BLUE value IS 31 (12.5% from 255) = 6.28%

R = 42.11%
G = 51.62%
B = 6.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#D0FF1F (or 0xD0FF1F) is known color: Electric Lime. HEX triplet: D0, FF and 1F. RGB value is (208,255,31). Sum of RGB (Red+Green+Blue) = 208+255+31=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF1F is #2F00E0. Grayscale: #D8D8D8. Windows color (decimal): -3080417 or 2097104. OLE color: 2097104.

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

Color convert

RGB 208 255 31 -
CMYK 0.18 0 0.88 0
HSL 72.59º 1% 0.56% -
HSV(B) 72.59º 0.88% 1% -
XYZ 62.02 85.03 14.44 -
YUV 215.41 23.93 122.71 -
System Red Green Blue C M Y K H S L
Decimal 208 255 31 0.18 0 0.88 0 72.59 1 0.56
Hex D0 FF 1F 12 0 58 0 49 64 38
Octal 320 377 37 22 0 130 0 111 144 70
Binary 11010000 11111111 11111 10010 0 1011000 0 1001001 1100100 111000

Color Harmonies of #D0FF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF1F

Black with #D0FF1F

Text Example


Text Example

White with #D0FF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF1F; }

 p { color: rgb(208,255,31); }

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

background-color css

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

 a { background-color: rgb(208,255,31); }

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

border-color css

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

 span { border-color: rgb(208,255,31); }

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