Html Css Color HEX #D3F00A Electric Lime

📋 copy color: '#D3F00A'

red 211 ◦ green 240 ◦ blue 10

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

Shades of Electric Lime #D3F00A

Tints of Electric Lime #D3F00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

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

R = 45.77%
G = 52.06%
B = 2.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#D3F00A (or 0xD3F00A) is known color: Electric Lime. HEX triplet: D3, F0 and 0A. RGB value is (211,240,10). Sum of RGB (Red+Green+Blue) = 211+240+10=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F00A is #2C0FF5. Grayscale: #CDCDCD. Windows color (decimal): -2887670 or 717011. OLE color: 717011.

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

Color convert

RGB 211 240 10 -
CMYK 0.12 0 0.96 0.06
HSL 67.57º 0.92% 0.49% -
HSV(B) 67.57º 0.96% 0.94% -
XYZ 58.08 76.19 11.93 -
YUV 205.11 17.89 132.2 -
System Red Green Blue C M Y K H S L
Decimal 211 240 10 0.12 0 0.96 0.06 67.57 0.92 0.49
Hex D3 F0 A C 0 60 6 44 5C 31
Octal 323 360 12 14 0 140 6 104 134 61
Binary 11010011 11110000 1010 1100 0 1100000 110 1000100 1011100 110001

Color Harmonies of #D3F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F00A

Black with #D3F00A

Text Example


Text Example

White with #D3F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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