Html Css Color HEX #D1E900 Electric Lime

📋 copy color: '#D1E900'

red 209 ◦ green 233 ◦ blue 0

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

Shades of Electric Lime #D1E900

Tints of Electric Lime #D1E900

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

 GREEN value IS 233 (91.41% from 255) = 52.71%

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

R = 47.29%
G = 52.71%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#D1E900 (or 0xD1E900) is known color: Electric Lime. HEX triplet: D1, E9 and 00. RGB value is (209,233,0). Sum of RGB (Red+Green+Blue) = 209+233+0=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E900 is #2E16FF. Grayscale: #C8C8C8. Windows color (decimal): -3020544 or 59857. OLE color: 59857.

HSL color Cylindrical-coordinate representation of color #D1E900: hue angle of 66.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 0 -
CMYK 0.10 0 1 0.09
HSL 66.18º 1% 0.46% -
HSV(B) 66.18º 1% 0.91% -
XYZ 55.43 71.83 10.94 -
YUV 199.26 15.55 134.95 -
System Red Green Blue C M Y K H S L
Decimal 209 233 0 0.10 0 1 0.09 66.18 1 0.46
Hex D1 E9 0 A 0 64 9 42 64 2E
Octal 321 351 0 12 0 144 11 102 144 56
Binary 11010001 11101001 0 1010 0 1100100 1001 1000010 1100100 101110

Color Harmonies of #D1E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E900

Black with #D1E900

Text Example


Text Example

White with #D1E900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E900; }

 p { color: rgb(209,233,0); }

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

background-color css

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

 a { background-color: rgb(209,233,0); }

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

border-color css

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

 span { border-color: rgb(209,233,0); }

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