Html Css Color HEX #D3F900 Electric Lime

📋 copy color: '#D3F900'

red 211 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #D3F900

Tints of Electric Lime #D3F900

RGB

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

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

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

R = 45.87%
G = 54.13%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#D3F900 (or 0xD3F900) is known color: Electric Lime. HEX triplet: D3, F9 and 00. RGB value is (211,249,0). Sum of RGB (Red+Green+Blue) = 211+249+0=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F900 is #2C06FF. Grayscale: #D2D2D2. Windows color (decimal): -2885376 or 63955. OLE color: 63955.

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

Color convert

RGB 211 249 0 -
CMYK 0.15 0 1 0.02
HSL 69.16º 1% 0.49% -
HSV(B) 69.16º 1% 0.98% -
XYZ 60.74 81.6 12.55 -
YUV 209.25 9.91 129.25 -
System Red Green Blue C M Y K H S L
Decimal 211 249 0 0.15 0 1 0.02 69.16 1 0.49
Hex D3 F9 0 F 0 64 2 45 64 31
Octal 323 371 0 17 0 144 2 105 144 61
Binary 11010011 11111001 0 1111 0 1100100 10 1000101 1100100 110001

Color Harmonies of #D3F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F900

Black with #D3F900

Text Example


Text Example

White with #D3F900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F900; }

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

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

background-color css

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

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

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

border-color css

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

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

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