Html Css Color HEX #D0FF0F Electric Lime

📋 copy color: '#D0FF0F'

red 208 ◦ green 255 ◦ blue 15

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

Shades of Electric Lime #D0FF0F

Tints of Electric Lime #D0FF0F

RGB

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

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

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

R = 43.51%
G = 53.35%
B = 3.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#D0FF0F (or 0xD0FF0F) is known color: Electric Lime. HEX triplet: D0, FF and 0F. RGB value is (208,255,15). Sum of RGB (Red+Green+Blue) = 208+255+15=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF0F is #2F00F0. Grayscale: #D6D6D6. Windows color (decimal): -3080433 or 1048528. OLE color: 1048528.

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

Color convert

RGB 208 255 15 -
CMYK 0.18 0 0.94 0
HSL 71.75º 1% 0.53% -
HSV(B) 71.75º 0.94% 1% -
XYZ 61.86 84.96 13.59 -
YUV 213.59 15.93 124.01 -
System Red Green Blue C M Y K H S L
Decimal 208 255 15 0.18 0 0.94 0 71.75 1 0.53
Hex D0 FF F 12 0 5E 0 48 64 35
Octal 320 377 17 22 0 136 0 110 144 65
Binary 11010000 11111111 1111 10010 0 1011110 0 1001000 1100100 110101

Color Harmonies of #D0FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF0F

Black with #D0FF0F

Text Example


Text Example

White with #D0FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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