Html Css Color HEX #D0FA19 Electric Lime

📋 copy color: '#D0FA19'

red 208 ◦ green 250 ◦ blue 25

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

Shades of Electric Lime #D0FA19

Tints of Electric Lime #D0FA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

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

R = 43.06%
G = 51.76%
B = 5.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#D0FA19 (or 0xD0FA19) is known color: Electric Lime. HEX triplet: D0, FA and 19. RGB value is (208,250,25). Sum of RGB (Red+Green+Blue) = 208+250+25=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA19 is #2F05E6. Grayscale: #D4D4D4. Windows color (decimal): -3081703 or 1702608. OLE color: 1702608.

HSL color Cylindrical-coordinate representation of color #D0FA19: hue angle of 71.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0FA19 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 25 -
CMYK 0.17 0 0.9 0.02
HSL 71.2º 0.96% 0.54% -
HSV(B) 71.2º 0.9% 0.98% -
XYZ 60.37 81.85 13.54 -
YUV 211.79 22.59 125.3 -
System Red Green Blue C M Y K H S L
Decimal 208 250 25 0.17 0 0.9 0.02 71.2 0.96 0.54
Hex D0 FA 19 11 0 5A 2 47 60 36
Octal 320 372 31 21 0 132 2 107 140 66
Binary 11010000 11111010 11001 10001 0 1011010 10 1000111 1100000 110110

Color Harmonies of #D0FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA19

Black with #D0FA19

Text Example


Text Example

White with #D0FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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