Html Css Color HEX #D2FE1E Electric Lime

📋 copy color: '#D2FE1E'

red 210 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #D2FE1E

Tints of Electric Lime #D2FE1E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 30 (12.11% from 255) = 6.07%

R = 42.51%
G = 51.42%
B = 6.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#D2FE1E (or 0xD2FE1E) is known color: Electric Lime. HEX triplet: D2, FE and 1E. RGB value is (210,254,30). Sum of RGB (Red+Green+Blue) = 210+254+30=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FE1E is #2D01E1. Grayscale: #D8D8D8. Windows color (decimal): -2949602 or 2031314. OLE color: 2031314.

HSL color Cylindrical-coordinate representation of color #D2FE1E: hue angle of 71.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2FE1E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 254 30 -
CMYK 0.17 0 0.88 0.00
HSL 71.79º 0.99% 0.56% -
HSV(B) 71.79º 0.88% 1% -
XYZ 62.25 84.68 14.29 -
YUV 215.31 23.42 124.21 -
System Red Green Blue C M Y K H S L
Decimal 210 254 30 0.17 0 0.88 0.00 71.79 0.99 0.56
Hex D2 FE 1E 11 0 58 0 48 63 38
Octal 322 376 36 21 0 130 0 110 143 70
Binary 11010010 11111110 11110 10001 0 1011000 0 1001000 1100011 111000

Color Harmonies of #D2FE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FE1E

Black with #D2FE1E

Text Example


Text Example

White with #D2FE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FE1E; }

 p { color: rgb(210,254,30); }

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

background-color css

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

 a { background-color: rgb(210,254,30); }

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

border-color css

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

 span { border-color: rgb(210,254,30); }

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