Html Css Color HEX #D3FD07 Electric Lime

📋 copy color: '#D3FD07'

red 211 ◦ green 253 ◦ blue 7

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

Shades of Electric Lime #D3FD07

Tints of Electric Lime #D3FD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.72%

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 44.8%
G = 53.72%
B = 1.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#D3FD07 (or 0xD3FD07) is known color: Electric Lime. HEX triplet: D3, FD and 07. RGB value is (211,253,7). Sum of RGB (Red+Green+Blue) = 211+253+7=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FD07 is #2C02F8. Grayscale: #D5D5D5. Windows color (decimal): -2884345 or 523731. OLE color: 523731.

HSL color Cylindrical-coordinate representation of color #D3FD07: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3FD07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 253 7 -
CMYK 0.17 0 0.97 0.01
HSL 70.24º 0.98% 0.51% -
HSV(B) 70.24º 0.97% 0.99% -
XYZ 62.03 84.11 13.17 -
YUV 212.4 12.09 127 -
System Red Green Blue C M Y K H S L
Decimal 211 253 7 0.17 0 0.97 0.01 70.24 0.98 0.51
Hex D3 FD 7 11 0 61 1 46 62 33
Octal 323 375 7 21 0 141 1 106 142 63
Binary 11010011 11111101 111 10001 0 1100001 1 1000110 1100010 110011

Color Harmonies of #D3FD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FD07

Black with #D3FD07

Text Example


Text Example

White with #D3FD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FD07; }

 p { color: rgb(211,253,7); }

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

background-color css

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

 a { background-color: rgb(211,253,7); }

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

border-color css

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

 span { border-color: rgb(211,253,7); }

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