Html Css Color HEX #D2F10E Electric Lime

📋 copy color: '#D2F10E'

red 210 ◦ green 241 ◦ blue 14

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

Shades of Electric Lime #D2F10E

Tints of Electric Lime #D2F10E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 45.16%
G = 51.83%
B = 3.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D2F10E (or 0xD2F10E) is known color: Electric Lime. HEX triplet: D2, F1 and 0E. RGB value is (210,241,14). Sum of RGB (Red+Green+Blue) = 210+241+14=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F10E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F10E is #2D0EF1. Grayscale: #CECECE. Windows color (decimal): -2952946 or 979410. OLE color: 979410.

HSL color Cylindrical-coordinate representation of color #D2F10E: hue angle of 68.19º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2F10E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 14 -
CMYK 0.13 0 0.94 0.05
HSL 68.19º 0.89% 0.5% -
HSV(B) 68.19º 0.94% 0.95% -
XYZ 58.11 76.64 12.15 -
YUV 205.85 19.73 130.96 -
System Red Green Blue C M Y K H S L
Decimal 210 241 14 0.13 0 0.94 0.05 68.19 0.89 0.5
Hex D2 F1 E D 0 5E 5 44 59 32
Octal 322 361 16 15 0 136 5 104 131 62
Binary 11010010 11110001 1110 1101 0 1011110 101 1000100 1011001 110010

Color Harmonies of #D2F10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F10E

Black with #D2F10E

Text Example


Text Example

White with #D2F10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F10E; }

 p { color: rgb(210,241,14); }

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

background-color css

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

 a { background-color: rgb(210,241,14); }

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

border-color css

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

 span { border-color: rgb(210,241,14); }

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