Html Css Color HEX #D2F407 Electric Lime

📋 copy color: '#D2F407'

red 210 ◦ green 244 ◦ blue 7

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

Shades of Electric Lime #D2F407

Tints of Electric Lime #D2F407

RGB

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

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

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

R = 45.55%
G = 52.93%
B = 1.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#D2F407 (or 0xD2F407) is known color: Electric Lime. HEX triplet: D2, F4 and 07. RGB value is (210,244,7). Sum of RGB (Red+Green+Blue) = 210+244+7=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F407 is #2D0BF8. Grayscale: #CFCFCF. Windows color (decimal): -2952185 or 521426. OLE color: 521426.

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

Color convert

RGB 210 244 7 -
CMYK 0.14 0 0.97 0.04
HSL 68.61º 0.94% 0.49% -
HSV(B) 68.61º 0.97% 0.96% -
XYZ 58.97 78.42 12.23 -
YUV 206.82 15.24 130.27 -
System Red Green Blue C M Y K H S L
Decimal 210 244 7 0.14 0 0.97 0.04 68.61 0.94 0.49
Hex D2 F4 7 E 0 61 4 45 5E 31
Octal 322 364 7 16 0 141 4 105 136 61
Binary 11010010 11110100 111 1110 0 1100001 100 1000101 1011110 110001

Color Harmonies of #D2F407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F407

Black with #D2F407

Text Example


Text Example

White with #D2F407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F407; }

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

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

background-color css

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

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

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

border-color css

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

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

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