Html Css Color HEX #D0F519 Electric Lime

📋 copy color: '#D0F519'

red 208 ◦ green 245 ◦ blue 25

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

Shades of Electric Lime #D0F519

Tints of Electric Lime #D0F519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.23%

R = 43.51%
G = 51.26%
B = 5.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#D0F519 (or 0xD0F519) is known color: Electric Lime. HEX triplet: D0, F5 and 19. RGB value is (208,245,25). Sum of RGB (Red+Green+Blue) = 208+245+25=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F519 is #2F0AE6. Grayscale: #D1D1D1. Windows color (decimal): -3082983 or 1701328. OLE color: 1701328.

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

Color convert

RGB 208 245 25 -
CMYK 0.15 0 0.90 0.04
HSL 70.09º 0.92% 0.53% -
HSV(B) 70.09º 0.9% 0.96% -
XYZ 58.84 78.78 13.03 -
YUV 208.86 24.24 127.39 -
System Red Green Blue C M Y K H S L
Decimal 208 245 25 0.15 0 0.90 0.04 70.09 0.92 0.53
Hex D0 F5 19 F 0 5A 4 46 5C 35
Octal 320 365 31 17 0 132 4 106 134 65
Binary 11010000 11110101 11001 1111 0 1011010 100 1000110 1011100 110101

Color Harmonies of #D0F519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F519

Black with #D0F519

Text Example


Text Example

White with #D0F519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F519; }

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

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

background-color css

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

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

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

border-color css

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

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

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