#d2ef0f

Color #D2EF0F Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D2EF0F

Tints of Electric Lime #D2EF0F

Color information

#D2EF0F (or 0xD2EF0F) is unknown color: approx Electric Lime. HEX triplet: D2, EF and 0F. RGB value is (210,239,15). Sum of RGB (Red+Green+Blue) = 210+239+15=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EF0F is #2D10F0. Grayscale: #CDCDCD. Windows color (decimal): -2953457 or 1044434. OLE color: 1044434.

HSL color Cylindrical-coordinate representation of color #D2EF0F: hue angle of 67.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2EF0F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB21023915-
CMYK0.1200.940.06
HSL67.77º88.19%49.8%-
HSV(B)67.77º93.72%93.73%-
XYZ57.5375.4711.99-
YUV204.7920.89131.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 239 (93.75% from 255) = 51.51%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=45.26%
G=51.51%
B=3.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210239150.1200.940.0667.7788.1949.8
HexD2EFFC05E6445832
Octal32235717140136610413062
Binary1101001011101111111111000101111011010001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ef0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ef0f; }

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

 H1.HeaderClassName
 {
   color: #d2ef0f;
 }
 .AnyTagClassName
 {
   color: #d2ef0f;
 }
</style>
background-color css

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

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

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

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

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

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