#D2F000

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

Shades of Electric Lime #D2F000

Tints of Electric Lime #D2F000

Color information

#D2F000 (or 0xD2F000) is unknown color: approx Electric Lime. HEX triplet: D2, F0 and 00. RGB value is (210,240,0). Sum of RGB (Red+Green+Blue) = 210+240+0=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F000 is #2D0FFF. Grayscale: #CCCCCC. Windows color (decimal): -2953216 or 61650. OLE color: 61650.

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

Color convert

RGB2102400-
CMYK0.12010.06
HSL67.5º100%47.06%-
HSV(B)67.5º100%94.12%-
XYZ57.7476.0211.63-
YUV203.6713.06132.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 240 (94.14% from 255) = 53.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.67%
G=53.33%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21024000.12010.0667.510047.06
HexD2F00C064644642f
Octal3223600140144610414457
Binary1101001011110000011000110010011010001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F000; }

 p { color: rgb(210,240,0); }

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

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

 a { background-color: rgb(210,240,0); }

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

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

 span { border-color: rgb(210,240,0); }

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