Html Css Color HEX #D1FF12 Electric Lime

📋 copy color: '#D1FF12'

red 209 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #D1FF12

Tints of Electric Lime #D1FF12

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 43.36%
G = 52.9%
B = 3.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#D1FF12 (or 0xD1FF12) is known color: Electric Lime. HEX triplet: D1, FF and 12. RGB value is (209,255,18). Sum of RGB (Red+Green+Blue) = 209+255+18=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF12 is #2E00ED. Grayscale: #D7D7D7. Windows color (decimal): -3014894 or 1245137. OLE color: 1245137.

HSL color Cylindrical-coordinate representation of color #D1FF12: hue angle of 71.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1FF12 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 209 255 18 -
CMYK 0.18 0 0.93 0
HSL 71.65º 1% 0.54% -
HSV(B) 71.65º 0.93% 1% -
XYZ 62.16 85.12 13.73 -
YUV 214.23 17.26 124.27 -
System Red Green Blue C M Y K H S L
Decimal 209 255 18 0.18 0 0.93 0 71.65 1 0.54
Hex D1 FF 12 12 0 5D 0 48 64 36
Octal 321 377 22 22 0 135 0 110 144 66
Binary 11010001 11111111 10010 10010 0 1011101 0 1001000 1100100 110110

Color Harmonies of #D1FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FF12

Black with #D1FF12

Text Example


Text Example

White with #D1FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FF12; }

 p { color: rgb(209,255,18); }

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

background-color css

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

 a { background-color: rgb(209,255,18); }

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

border-color css

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

 span { border-color: rgb(209,255,18); }

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