Html Css Color HEX #D3E60E Electric Lime

📋 copy color: '#D3E60E'

red 211 ◦ green 230 ◦ blue 14

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

Shades of Electric Lime #D3E60E

Tints of Electric Lime #D3E60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.55%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 46.37%
G = 50.55%
B = 3.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#D3E60E (or 0xD3E60E) is known color: Electric Lime. HEX triplet: D3, E6 and 0E. RGB value is (211,230,14). Sum of RGB (Red+Green+Blue) = 211+230+14=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E60E is #2C19F1. Grayscale: #C8C8C8. Windows color (decimal): -2890226 or 976595. OLE color: 976595.

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

Color convert

RGB 211 230 14 -
CMYK 0.08 0 0.94 0.10
HSL 65.28º 0.89% 0.48% -
HSV(B) 65.28º 0.94% 0.9% -
XYZ 55.24 70.47 11.11 -
YUV 199.7 23.21 136.06 -
System Red Green Blue C M Y K H S L
Decimal 211 230 14 0.08 0 0.94 0.10 65.28 0.89 0.48
Hex D3 E6 E 8 0 5E A 41 59 30
Octal 323 346 16 10 0 136 12 101 131 60
Binary 11010011 11100110 1110 1000 0 1011110 1010 1000001 1011001 110000

Color Harmonies of #D3E60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E60E

Black with #D3E60E

Text Example


Text Example

White with #D3E60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E60E; }

 p { color: rgb(211,230,14); }

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

background-color css

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

 a { background-color: rgb(211,230,14); }

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

border-color css

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

 span { border-color: rgb(211,230,14); }

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