Html Css Color HEX #D0FB03 Electric Lime

📋 copy color: '#D0FB03'

red 208 ◦ green 251 ◦ blue 3

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

Shades of Electric Lime #D0FB03

Tints of Electric Lime #D0FB03

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.33%

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

R = 45.02%
G = 54.33%
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

#D0FB03 (or 0xD0FB03) is known color: Electric Lime. HEX triplet: D0, FB and 03. RGB value is (208,251,3). Sum of RGB (Red+Green+Blue) = 208+251+3=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB03 is #2F04FC. Grayscale: #D2D2D2. Windows color (decimal): -3081469 or 261072. OLE color: 261072.

HSL color Cylindrical-coordinate representation of color #D0FB03: hue angle of 70.4º 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 #D0FB03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 3 -
CMYK 0.17 0 0.99 0.02
HSL 70.4º 0.98% 0.5% -
HSV(B) 70.4º 0.99% 0.98% -
XYZ 60.53 82.41 12.8 -
YUV 209.87 11.25 126.67 -
System Red Green Blue C M Y K H S L
Decimal 208 251 3 0.17 0 0.99 0.02 70.4 0.98 0.5
Hex D0 FB 3 11 0 63 2 46 62 32
Octal 320 373 3 21 0 143 2 106 142 62
Binary 11010000 11111011 11 10001 0 1100011 10 1000110 1100010 110010

Color Harmonies of #D0FB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB03

Black with #D0FB03

Text Example


Text Example

White with #D0FB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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