Html Css Color HEX #D2F401 Electric Lime

📋 copy color: '#D2F401'

red 210 ◦ green 244 ◦ blue 1

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

Shades of Electric Lime #D2F401

Tints of Electric Lime #D2F401

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

 GREEN value IS 244 (95.7% from 255) = 53.63%

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

R = 46.15%
G = 53.63%
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

#D2F401 (or 0xD2F401) is known color: Electric Lime. HEX triplet: D2, F4 and 01. RGB value is (210,244,1). Sum of RGB (Red+Green+Blue) = 210+244+1=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F401 is #2D0BFE. Grayscale: #CFCFCF. Windows color (decimal): -2952191 or 128210. OLE color: 128210.

HSL color Cylindrical-coordinate representation of color #D2F401: hue angle of 68.4º 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 #D2F401 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 1 -
CMYK 0.14 0 1.00 0.04
HSL 68.4º 0.99% 0.48% -
HSV(B) 68.4º 1% 0.96% -
XYZ 58.93 78.41 12.06 -
YUV 206.13 12.24 130.76 -
System Red Green Blue C M Y K H S L
Decimal 210 244 1 0.14 0 1.00 0.04 68.4 0.99 0.48
Hex D2 F4 1 E 0 64 4 44 63 30
Octal 322 364 1 16 0 144 4 104 143 60
Binary 11010010 11110100 1 1110 0 1100100 100 1000100 1100011 110000

Color Harmonies of #D2F401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F401

Black with #D2F401

Text Example


Text Example

White with #D2F401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F401; }

 p { color: rgb(210,244,1); }

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

background-color css

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

 a { background-color: rgb(210,244,1); }

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

border-color css

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

 span { border-color: rgb(210,244,1); }

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