Html Css Color HEX #D3F601 Electric Lime

📋 copy color: '#D3F601'

red 211 ◦ green 246 ◦ blue 1

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

Shades of Electric Lime #D3F601

Tints of Electric Lime #D3F601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.71%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 46.07%
G = 53.71%
B = 0.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#D3F601 (or 0xD3F601) is known color: Electric Lime. HEX triplet: D3, F6 and 01. RGB value is (211,246,1). Sum of RGB (Red+Green+Blue) = 211+246+1=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F601 is #2C09FE. Grayscale: #D0D0D0. Windows color (decimal): -2886143 or 128723. OLE color: 128723.

HSL color Cylindrical-coordinate representation of color #D3F601: hue angle of 68.57º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3F601 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 246 1 -
CMYK 0.14 0 1.00 0.04
HSL 68.57º 0.99% 0.48% -
HSV(B) 68.57º 1% 0.96% -
XYZ 59.83 79.76 12.27 -
YUV 207.61 11.4 130.42 -
System Red Green Blue C M Y K H S L
Decimal 211 246 1 0.14 0 1.00 0.04 68.57 0.99 0.48
Hex D3 F6 1 E 0 64 4 45 63 30
Octal 323 366 1 16 0 144 4 105 143 60
Binary 11010011 11110110 1 1110 0 1100100 100 1000101 1100011 110000

Color Harmonies of #D3F601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F601

Black with #D3F601

Text Example


Text Example

White with #D3F601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F601; }

 p { color: rgb(211,246,1); }

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

background-color css

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

 a { background-color: rgb(211,246,1); }

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

border-color css

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

 span { border-color: rgb(211,246,1); }

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