Html Css Color HEX #D0FE19 Electric Lime

📋 copy color: '#D0FE19'

red 208 ◦ green 254 ◦ blue 25

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

Shades of Electric Lime #D0FE19

Tints of Electric Lime #D0FE19

RGB

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

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

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

R = 42.71%
G = 52.16%
B = 5.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#D0FE19 (or 0xD0FE19) is known color: Electric Lime. HEX triplet: D0, FE and 19. RGB value is (208,254,25). Sum of RGB (Red+Green+Blue) = 208+254+25=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 25 (10.16% from 255 or 5.13% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE19 is #2F01E6. Grayscale: #D7D7D7. Windows color (decimal): -3080679 or 1703632. OLE color: 1703632.

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

Color convert

RGB 208 254 25 -
CMYK 0.18 0 0.90 0.00
HSL 72.05º 0.99% 0.55% -
HSV(B) 72.05º 0.9% 1% -
XYZ 61.63 84.36 13.96 -
YUV 214.14 21.26 123.62 -
System Red Green Blue C M Y K H S L
Decimal 208 254 25 0.18 0 0.90 0.00 72.05 0.99 0.55
Hex D0 FE 19 12 0 5A 0 48 63 37
Octal 320 376 31 22 0 132 0 110 143 67
Binary 11010000 11111110 11001 10010 0 1011010 0 1001000 1100011 110111

Color Harmonies of #D0FE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE19

Black with #D0FE19

Text Example


Text Example

White with #D0FE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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