Html Css Color HEX #D2EA0F Electric Lime

📋 copy color: '#D2EA0F'

red 210 ◦ green 234 ◦ blue 15

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

Shades of Electric Lime #D2EA0F

Tints of Electric Lime #D2EA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 45.75%
G = 50.98%
B = 3.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#D2EA0F (or 0xD2EA0F) is known color: Electric Lime. HEX triplet: D2, EA and 0F. RGB value is (210,234,15). Sum of RGB (Red+Green+Blue) = 210+234+15=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EA0F is #2D15F0. Grayscale: #CACACA. Windows color (decimal): -2954737 or 1043154. OLE color: 1043154.

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

Color convert

RGB 210 234 15 -
CMYK 0.10 0 0.94 0.08
HSL 66.58º 0.88% 0.49% -
HSV(B) 66.58º 0.94% 0.92% -
XYZ 56.09 72.58 11.51 -
YUV 201.86 22.55 133.81 -
System Red Green Blue C M Y K H S L
Decimal 210 234 15 0.10 0 0.94 0.08 66.58 0.88 0.49
Hex D2 EA F A 0 5E 8 43 58 31
Octal 322 352 17 12 0 136 10 103 130 61
Binary 11010010 11101010 1111 1010 0 1011110 1000 1000011 1011000 110001

Color Harmonies of #D2EA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA0F

Black with #D2EA0F

Text Example


Text Example

White with #D2EA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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