Html Css Color HEX #D4FC1F Electric Lime

📋 copy color: '#D4FC1F'

red 212 ◦ green 252 ◦ blue 31

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

Shades of Electric Lime #D4FC1F

Tints of Electric Lime #D4FC1F

RGB

 RED value IS 212 (83.2% from 255) = 42.83%

 GREEN value IS 252 (98.83% from 255) = 50.91%

 BLUE value IS 31 (12.5% from 255) = 6.26%

R = 42.83%
G = 50.91%
B = 6.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#D4FC1F (or 0xD4FC1F) is known color: Electric Lime. HEX triplet: D4, FC and 1F. RGB value is (212,252,31). Sum of RGB (Red+Green+Blue) = 212+252+31=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FC1F is #2B03E0. Grayscale: #D7D7D7. Windows color (decimal): -2819041 or 2096340. OLE color: 2096340.

HSL color Cylindrical-coordinate representation of color #D4FC1F: hue angle of 70.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4FC1F is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 252 31 -
CMYK 0.16 0 0.88 0.01
HSL 70.86º 0.97% 0.55% -
HSV(B) 70.86º 0.88% 0.99% -
XYZ 62.21 83.72 14.18 -
YUV 214.85 24.25 125.97 -
System Red Green Blue C M Y K H S L
Decimal 212 252 31 0.16 0 0.88 0.01 70.86 0.97 0.55
Hex D4 FC 1F 10 0 58 1 47 61 37
Octal 324 374 37 20 0 130 1 107 141 67
Binary 11010100 11111100 11111 10000 0 1011000 1 1000111 1100001 110111

Color Harmonies of #D4FC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC1F

Black with #D4FC1F

Text Example


Text Example

White with #D4FC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC1F; }

 p { color: rgb(212,252,31); }

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

background-color css

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

 a { background-color: rgb(212,252,31); }

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

border-color css

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

 span { border-color: rgb(212,252,31); }

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