Html Css Color HEX #D0FA03 Electric Lime

📋 copy color: '#D0FA03'

red 208 ◦ green 250 ◦ blue 3

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

Shades of Electric Lime #D0FA03

Tints of Electric Lime #D0FA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 45.12%
G = 54.23%
B = 0.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D0FA03 (or 0xD0FA03) is known color: Electric Lime. HEX triplet: D0, FA and 03. RGB value is (208,250,3). Sum of RGB (Red+Green+Blue) = 208+250+3=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA03 is #2F05FC. Grayscale: #D2D2D2. Windows color (decimal): -3081725 or 260816. OLE color: 260816.

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

Color convert

RGB 208 250 3 -
CMYK 0.17 0 0.99 0.02
HSL 70.2º 0.98% 0.5% -
HSV(B) 70.2º 0.99% 0.98% -
XYZ 60.21 81.79 12.7 -
YUV 209.28 11.59 127.08 -
System Red Green Blue C M Y K H S L
Decimal 208 250 3 0.17 0 0.99 0.02 70.2 0.98 0.5
Hex D0 FA 3 11 0 63 2 46 62 32
Octal 320 372 3 21 0 143 2 106 142 62
Binary 11010000 11111010 11 10001 0 1100011 10 1000110 1100010 110010

Color Harmonies of #D0FA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA03

Black with #D0FA03

Text Example


Text Example

White with #D0FA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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