Html Css Color HEX #D0F903 Electric Lime

📋 copy color: '#D0F903'

red 208 ◦ green 249 ◦ blue 3

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

Shades of Electric Lime #D0F903

Tints of Electric Lime #D0F903

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.13%

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

R = 45.22%
G = 54.13%
B = 0.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D0F903 (or 0xD0F903) is known color: Electric Lime. HEX triplet: D0, F9 and 03. RGB value is (208,249,3). Sum of RGB (Red+Green+Blue) = 208+249+3=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F903 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F903 is #2F06FC. Grayscale: #D1D1D1. Windows color (decimal): -3081981 or 260560. OLE color: 260560.

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

Color convert

RGB 208 249 3 -
CMYK 0.16 0 0.99 0.02
HSL 70º 0.98% 0.49% -
HSV(B) 70º 0.99% 0.98% -
XYZ 59.9 81.17 12.6 -
YUV 208.7 11.92 127.5 -
System Red Green Blue C M Y K H S L
Decimal 208 249 3 0.16 0 0.99 0.02 70 0.98 0.49
Hex D0 F9 3 10 0 63 2 46 62 31
Octal 320 371 3 20 0 143 2 106 142 61
Binary 11010000 11111001 11 10000 0 1100011 10 1000110 1100010 110001

Color Harmonies of #D0F903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F903

Black with #D0F903

Text Example


Text Example

White with #D0F903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F903; }

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

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

background-color css

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

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

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

border-color css

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

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

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