Html Css Color HEX #D3EA0F Electric Lime

📋 copy color: '#D3EA0F'

red 211 ◦ green 234 ◦ blue 15

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

Shades of Electric Lime #D3EA0F

Tints of Electric Lime #D3EA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.87%

 BLUE value IS 15 (6.25% from 255) = 3.26%

R = 45.87%
G = 50.87%
B = 3.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#D3EA0F (or 0xD3EA0F) is known color: Electric Lime. HEX triplet: D3, EA and 0F. RGB value is (211,234,15). Sum of RGB (Red+Green+Blue) = 211+234+15=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EA0F is #2C15F0. Grayscale: #CBCBCB. Windows color (decimal): -2889201 or 1043155. OLE color: 1043155.

HSL color Cylindrical-coordinate representation of color #D3EA0F: hue angle of 66.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3EA0F is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 234 15 -
CMYK 0.10 0 0.94 0.08
HSL 66.3º 0.88% 0.49% -
HSV(B) 66.3º 0.94% 0.92% -
XYZ 56.37 72.73 11.52 -
YUV 202.16 22.38 134.31 -
System Red Green Blue C M Y K H S L
Decimal 211 234 15 0.10 0 0.94 0.08 66.3 0.88 0.49
Hex D3 EA F A 0 5E 8 42 58 31
Octal 323 352 17 12 0 136 10 102 130 61
Binary 11010011 11101010 1111 1010 0 1011110 1000 1000010 1011000 110001

Color Harmonies of #D3EA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EA0F

Black with #D3EA0F

Text Example


Text Example

White with #D3EA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EA0F; }

 p { color: rgb(211,234,15); }

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

background-color css

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

 a { background-color: rgb(211,234,15); }

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

border-color css

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

 span { border-color: rgb(211,234,15); }

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