Html Css Color HEX #D3E60A Electric Lime

📋 copy color: '#D3E60A'

red 211 ◦ green 230 ◦ blue 10

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

Shades of Electric Lime #D3E60A

Tints of Electric Lime #D3E60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 46.78%
G = 51%
B = 2.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#D3E60A (or 0xD3E60A) is known color: Electric Lime. HEX triplet: D3, E6 and 0A. RGB value is (211,230,10). Sum of RGB (Red+Green+Blue) = 211+230+10=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E60A is #2C19F5. Grayscale: #C8C8C8. Windows color (decimal): -2890230 or 714451. OLE color: 714451.

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

Color convert

RGB 211 230 10 -
CMYK 0.08 0 0.96 0.10
HSL 65.18º 0.92% 0.47% -
HSV(B) 65.18º 0.96% 0.9% -
XYZ 55.22 70.46 10.98 -
YUV 199.24 21.21 136.39 -
System Red Green Blue C M Y K H S L
Decimal 211 230 10 0.08 0 0.96 0.10 65.18 0.92 0.47
Hex D3 E6 A 8 0 60 A 41 5C 2F
Octal 323 346 12 10 0 140 12 101 134 57
Binary 11010011 11100110 1010 1000 0 1100000 1010 1000001 1011100 101111

Color Harmonies of #D3E60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E60A

Black with #D3E60A

Text Example


Text Example

White with #D3E60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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