Html Css Color HEX #D3EA12 Electric Lime

📋 copy color: '#D3EA12'

red 211 ◦ green 234 ◦ blue 18

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

Shades of Electric Lime #D3EA12

Tints of Electric Lime #D3EA12

RGB

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

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

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

R = 45.57%
G = 50.54%
B = 3.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#D3EA12 (or 0xD3EA12) is known color: Electric Lime. HEX triplet: D3, EA and 12. RGB value is (211,234,18). Sum of RGB (Red+Green+Blue) = 211+234+18=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EA12 is #2C15ED. Grayscale: #CBCBCB. Windows color (decimal): -2889198 or 1239763. OLE color: 1239763.

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

Color convert

RGB 211 234 18 -
CMYK 0.10 0 0.92 0.08
HSL 66.39º 0.86% 0.49% -
HSV(B) 66.39º 0.92% 0.92% -
XYZ 56.4 72.74 11.64 -
YUV 202.5 23.88 134.06 -
System Red Green Blue C M Y K H S L
Decimal 211 234 18 0.10 0 0.92 0.08 66.39 0.86 0.49
Hex D3 EA 12 A 0 5C 8 42 56 31
Octal 323 352 22 12 0 134 10 102 126 61
Binary 11010011 11101010 10010 1010 0 1011100 1000 1000010 1010110 110001

Color Harmonies of #D3EA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EA12

Black with #D3EA12

Text Example


Text Example

White with #D3EA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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