Html Css Color HEX #D3F314 Electric Lime

📋 copy color: '#D3F314'

red 211 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #D3F314

Tints of Electric Lime #D3F314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.22%

R = 44.51%
G = 51.27%
B = 4.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D3F314 (or 0xD3F314) is known color: Electric Lime. HEX triplet: D3, F3 and 14. RGB value is (211,243,20). Sum of RGB (Red+Green+Blue) = 211+243+20=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F314 is #2C0CEB. Grayscale: #D0D0D0. Windows color (decimal): -2886892 or 1373139. OLE color: 1373139.

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

Color convert

RGB 211 243 20 -
CMYK 0.13 0 0.92 0.05
HSL 68.61º 0.9% 0.52% -
HSV(B) 68.61º 0.92% 0.95% -
XYZ 59.04 78 12.61 -
YUV 208.01 21.9 130.13 -
System Red Green Blue C M Y K H S L
Decimal 211 243 20 0.13 0 0.92 0.05 68.61 0.9 0.52
Hex D3 F3 14 D 0 5C 5 45 5A 34
Octal 323 363 24 15 0 134 5 105 132 64
Binary 11010011 11110011 10100 1101 0 1011100 101 1000101 1011010 110100

Color Harmonies of #D3F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F314

Black with #D3F314

Text Example


Text Example

White with #D3F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F314; }

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

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

background-color css

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

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

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

border-color css

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

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

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