Html Css Color HEX #D2F20E Electric Lime

📋 copy color: '#D2F20E'

red 210 ◦ green 242 ◦ blue 14

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

Shades of Electric Lime #D2F20E

Tints of Electric Lime #D2F20E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

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

R = 45.06%
G = 51.93%
B = 3%

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

#D2F20E (or 0xD2F20E) is known color: Electric Lime. HEX triplet: D2, F2 and 0E. RGB value is (210,242,14). Sum of RGB (Red+Green+Blue) = 210+242+14=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F20E is #2D0DF1. Grayscale: #CFCFCF. Windows color (decimal): -2952690 or 979666. OLE color: 979666.

HSL color Cylindrical-coordinate representation of color #D2F20E: hue angle of 68.42º degrees, saturation: 0.9, 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 #D2F20E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 14 -
CMYK 0.13 0 0.94 0.05
HSL 68.42º 0.9% 0.5% -
HSV(B) 68.42º 0.94% 0.95% -
XYZ 58.41 77.24 12.25 -
YUV 206.44 19.4 130.54 -
System Red Green Blue C M Y K H S L
Decimal 210 242 14 0.13 0 0.94 0.05 68.42 0.9 0.5
Hex D2 F2 E D 0 5E 5 44 5A 32
Octal 322 362 16 15 0 136 5 104 132 62
Binary 11010010 11110010 1110 1101 0 1011110 101 1000100 1011010 110010

Color Harmonies of #D2F20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F20E

Black with #D2F20E

Text Example


Text Example

White with #D2F20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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