Html Css Color HEX #D0FA04 Electric Lime

📋 copy color: '#D0FA04'

red 208 ◦ green 250 ◦ blue 4

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

Shades of Electric Lime #D0FA04

Tints of Electric Lime #D0FA04

RGB

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

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

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

R = 45.02%
G = 54.11%
B = 0.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D0FA04 (or 0xD0FA04) is known color: Electric Lime. HEX triplet: D0, FA and 04. RGB value is (208,250,4). Sum of RGB (Red+Green+Blue) = 208+250+4=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA04 is #2F05FB. Grayscale: #D2D2D2. Windows color (decimal): -3081724 or 326352. OLE color: 326352.

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

Color convert

RGB 208 250 4 -
CMYK 0.17 0 0.98 0.02
HSL 70.24º 0.97% 0.5% -
HSV(B) 70.24º 0.98% 0.98% -
XYZ 60.22 81.79 12.73 -
YUV 209.4 12.09 127 -
System Red Green Blue C M Y K H S L
Decimal 208 250 4 0.17 0 0.98 0.02 70.24 0.97 0.5
Hex D0 FA 4 11 0 62 2 46 61 32
Octal 320 372 4 21 0 142 2 106 141 62
Binary 11010000 11111010 100 10001 0 1100010 10 1000110 1100001 110010

Color Harmonies of #D0FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA04

Black with #D0FA04

Text Example


Text Example

White with #D0FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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