Html Css Color HEX #D3FC12 Electric Lime

📋 copy color: '#D3FC12'

red 211 ◦ green 252 ◦ blue 18

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

Shades of Electric Lime #D3FC12

Tints of Electric Lime #D3FC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.39%

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

R = 43.87%
G = 52.39%
B = 3.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#D3FC12 (or 0xD3FC12) is known color: Electric Lime. HEX triplet: D3, FC and 12. RGB value is (211,252,18). Sum of RGB (Red+Green+Blue) = 211+252+18=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FC12 is #2C03ED. Grayscale: #D5D5D5. Windows color (decimal): -2884590 or 1244371. OLE color: 1244371.

HSL color Cylindrical-coordinate representation of color #D3FC12: hue angle of 70.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3FC12 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 252 18 -
CMYK 0.16 0 0.93 0.01
HSL 70.51º 0.98% 0.53% -
HSV(B) 70.51º 0.93% 0.99% -
XYZ 61.78 83.51 13.44 -
YUV 213.07 17.92 126.53 -
System Red Green Blue C M Y K H S L
Decimal 211 252 18 0.16 0 0.93 0.01 70.51 0.98 0.53
Hex D3 FC 12 10 0 5D 1 47 62 35
Octal 323 374 22 20 0 135 1 107 142 65
Binary 11010011 11111100 10010 10000 0 1011101 1 1000111 1100010 110101

Color Harmonies of #D3FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FC12

Black with #D3FC12

Text Example


Text Example

White with #D3FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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