Html Css Color HEX #D0F603 Electric Lime

📋 copy color: '#D0F603'

red 208 ◦ green 246 ◦ blue 3

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

Shades of Electric Lime #D0F603

Tints of Electric Lime #D0F603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.83%

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

R = 45.51%
G = 53.83%
B = 0.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#D0F603 (or 0xD0F603) is known color: Electric Lime. HEX triplet: D0, F6 and 03. RGB value is (208,246,3). Sum of RGB (Red+Green+Blue) = 208+246+3=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F603 is #2F09FC. Grayscale: #CFCFCF. Windows color (decimal): -3082749 or 259792. OLE color: 259792.

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

Color convert

RGB 208 246 3 -
CMYK 0.15 0 0.99 0.04
HSL 69.38º 0.98% 0.49% -
HSV(B) 69.38º 0.99% 0.96% -
XYZ 58.98 79.33 12.29 -
YUV 206.94 12.91 128.76 -
System Red Green Blue C M Y K H S L
Decimal 208 246 3 0.15 0 0.99 0.04 69.38 0.98 0.49
Hex D0 F6 3 F 0 63 4 45 62 31
Octal 320 366 3 17 0 143 4 105 142 61
Binary 11010000 11110110 11 1111 0 1100011 100 1000101 1100010 110001

Color Harmonies of #D0F603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F603

Black with #D0F603

Text Example


Text Example

White with #D0F603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F603; }

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

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

background-color css

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

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

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

border-color css

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

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

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