Html Css Color HEX #D2ED0F Electric Lime

📋 copy color: '#D2ED0F'

red 210 ◦ green 237 ◦ blue 15

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

Shades of Electric Lime #D2ED0F

Tints of Electric Lime #D2ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 45.45%
G = 51.3%
B = 3.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#D2ED0F (or 0xD2ED0F) is known color: Electric Lime. HEX triplet: D2, ED and 0F. RGB value is (210,237,15). Sum of RGB (Red+Green+Blue) = 210+237+15=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2ED0F is #2D12F0. Grayscale: #CCCCCC. Windows color (decimal): -2953969 or 1043922. OLE color: 1043922.

HSL color Cylindrical-coordinate representation of color #D2ED0F: hue angle of 67.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2ED0F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 237 15 -
CMYK 0.11 0 0.94 0.07
HSL 67.3º 0.88% 0.49% -
HSV(B) 67.3º 0.94% 0.93% -
XYZ 56.95 74.3 11.79 -
YUV 203.62 21.55 132.55 -
System Red Green Blue C M Y K H S L
Decimal 210 237 15 0.11 0 0.94 0.07 67.3 0.88 0.49
Hex D2 ED F B 0 5E 7 43 58 31
Octal 322 355 17 13 0 136 7 103 130 61
Binary 11010010 11101101 1111 1011 0 1011110 111 1000011 1011000 110001

Color Harmonies of #D2ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ED0F

Black with #D2ED0F

Text Example


Text Example

White with #D2ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ED0F; }

 p { color: rgb(210,237,15); }

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

background-color css

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

 a { background-color: rgb(210,237,15); }

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

border-color css

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

 span { border-color: rgb(210,237,15); }

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