#d2fa1c

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

Shades of Electric Lime #D2FA1C

Tints of Electric Lime #D2FA1C

Color information

#D2FA1C (or 0xD2FA1C) is unknown color: approx Electric Lime. HEX triplet: D2, FA and 1C. RGB value is (210,250,28). Sum of RGB (Red+Green+Blue) = 210+250+28=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FA1C is #2D05E3. Grayscale: #D5D5D5. Windows color (decimal): -2950628 or 1899218. OLE color: 1899218.

HSL color Cylindrical-coordinate representation of color #D2FA1C: hue angle of 70.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2FA1C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB21025028-
CMYK0.1600.890.02
HSL70.81º95.69%54.51%-
HSV(B)70.81º88.8%98.04%-
XYZ60.9782.1613.74-
YUV212.7323.75126.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 250 (98.05% from 255) = 51.23%
BLUE value IS 28 (11.33% from 255) = 5.74%
R=43.03%
G=51.23%
B=5.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210250280.1600.890.0270.8195.6954.51
HexD2FA1C100592476037
Octal32237234200131210714067
Binary11010010111110101110010000010110011010001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2fa1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2fa1c; }

 p { color: rgb(210,250,28); }

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

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

 a { background-color: rgb(210,250,28); }

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

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

 span { border-color: rgb(210,250,28); }

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