Html Css Color HEX #D3F312 Electric Lime

📋 copy color: '#D3F312'

red 211 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #D3F312

Tints of Electric Lime #D3F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.48%

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

R = 44.7%
G = 51.48%
B = 3.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D3F312 (or 0xD3F312) is known color: Electric Lime. HEX triplet: D3, F3 and 12. RGB value is (211,243,18). Sum of RGB (Red+Green+Blue) = 211+243+18=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F312 is #2C0CED. Grayscale: #D0D0D0. Windows color (decimal): -2886894 or 1242067. OLE color: 1242067.

HSL color Cylindrical-coordinate representation of color #D3F312: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3F312 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 243 18 -
CMYK 0.13 0 0.93 0.05
HSL 68.53º 0.9% 0.51% -
HSV(B) 68.53º 0.93% 0.95% -
XYZ 59.02 77.99 12.52 -
YUV 207.78 20.9 130.3 -
System Red Green Blue C M Y K H S L
Decimal 211 243 18 0.13 0 0.93 0.05 68.53 0.9 0.51
Hex D3 F3 12 D 0 5D 5 45 5A 33
Octal 323 363 22 15 0 135 5 105 132 63
Binary 11010011 11110011 10010 1101 0 1011101 101 1000101 1011010 110011

Color Harmonies of #D3F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F312

Black with #D3F312

Text Example


Text Example

White with #D3F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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