Html Css Color HEX #D0FE04 Electric Lime

📋 copy color: '#D0FE04'

red 208 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #D0FE04

Tints of Electric Lime #D0FE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 44.64%
G = 54.51%
B = 0.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#D0FE04 (or 0xD0FE04) is known color: Electric Lime. HEX triplet: D0, FE and 04. RGB value is (208,254,4). Sum of RGB (Red+Green+Blue) = 208+254+4=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE04 is #2F01FB. Grayscale: #D4D4D4. Windows color (decimal): -3080700 or 327376. OLE color: 327376.

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

Color convert

RGB 208 254 4 -
CMYK 0.18 0 0.98 0.00
HSL 71.04º 0.99% 0.51% -
HSV(B) 71.04º 0.98% 1% -
XYZ 61.48 84.3 13.15 -
YUV 211.75 10.76 125.33 -
System Red Green Blue C M Y K H S L
Decimal 208 254 4 0.18 0 0.98 0.00 71.04 0.99 0.51
Hex D0 FE 4 12 0 62 0 47 63 33
Octal 320 376 4 22 0 142 0 107 143 63
Binary 11010000 11111110 100 10010 0 1100010 0 1000111 1100011 110011

Color Harmonies of #D0FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE04

Black with #D0FE04

Text Example


Text Example

White with #D0FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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