Html Css Color HEX #D3FF12 Electric Lime

📋 copy color: '#D3FF12'

red 211 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #D3FF12

Tints of Electric Lime #D3FF12

RGB

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

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

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

R = 43.6%
G = 52.69%
B = 3.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#D3FF12 (or 0xD3FF12) is known color: Electric Lime. HEX triplet: D3, FF and 12. RGB value is (211,255,18). Sum of RGB (Red+Green+Blue) = 211+255+18=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FF12 is #2C00ED. Grayscale: #D7D7D7. Windows color (decimal): -2883822 or 1245139. OLE color: 1245139.

HSL color Cylindrical-coordinate representation of color #D3FF12: hue angle of 71.14º 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 #D3FF12 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 211 255 18 -
CMYK 0.17 0 0.93 0
HSL 71.14º 1% 0.54% -
HSV(B) 71.14º 0.93% 1% -
XYZ 62.73 85.41 13.75 -
YUV 214.83 16.92 125.27 -
System Red Green Blue C M Y K H S L
Decimal 211 255 18 0.17 0 0.93 0 71.14 1 0.54
Hex D3 FF 12 11 0 5D 0 47 64 36
Octal 323 377 22 21 0 135 0 107 144 66
Binary 11010011 11111111 10010 10001 0 1011101 0 1000111 1100100 110110

Color Harmonies of #D3FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FF12

Black with #D3FF12

Text Example


Text Example

White with #D3FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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