Html Css Color HEX #D3F800 Electric Lime

📋 copy color: '#D3F800'

red 211 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #D3F800

Tints of Electric Lime #D3F800

RGB

 RED value IS 211 (82.81% from 255) = 45.97%

 GREEN value IS 248 (97.27% from 255) = 54.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.97%
G = 54.03%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#D3F800 (or 0xD3F800) is known color: Electric Lime. HEX triplet: D3, F8 and 00. RGB value is (211,248,0). Sum of RGB (Red+Green+Blue) = 211+248+0=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F800 is #2C07FF. Grayscale: #D1D1D1. Windows color (decimal): -2885632 or 63699. OLE color: 63699.

HSL color Cylindrical-coordinate representation of color #D3F800: hue angle of 68.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3F800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 248 0 -
CMYK 0.15 0 1 0.03
HSL 68.95º 1% 0.49% -
HSV(B) 68.95º 1% 0.97% -
XYZ 60.43 80.98 12.45 -
YUV 208.67 10.24 129.67 -
System Red Green Blue C M Y K H S L
Decimal 211 248 0 0.15 0 1 0.03 68.95 1 0.49
Hex D3 F8 0 F 0 64 3 45 64 31
Octal 323 370 0 17 0 144 3 105 144 61
Binary 11010011 11111000 0 1111 0 1100100 11 1000101 1100100 110001

Color Harmonies of #D3F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F800

Black with #D3F800

Text Example


Text Example

White with #D3F800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F800; }

 p { color: rgb(211,248,0); }

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

background-color css

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

 a { background-color: rgb(211,248,0); }

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

border-color css

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

 span { border-color: rgb(211,248,0); }

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