Html Css Color HEX #D1FA0F Electric Lime

📋 copy color: '#D1FA0F'

red 209 ◦ green 250 ◦ blue 15

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

Shades of Electric Lime #D1FA0F

Tints of Electric Lime #D1FA0F

RGB

 RED value IS 209 (82.03% from 255) = 44.09%

 GREEN value IS 250 (98.05% from 255) = 52.74%

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

R = 44.09%
G = 52.74%
B = 3.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#D1FA0F (or 0xD1FA0F) is known color: Electric Lime. HEX triplet: D1, FA and 0F. RGB value is (209,250,15). Sum of RGB (Red+Green+Blue) = 209+250+15=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA0F is #2E05F0. Grayscale: #D3D3D3. Windows color (decimal): -3016177 or 1047249. OLE color: 1047249.

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

Color convert

RGB 209 250 15 -
CMYK 0.16 0 0.94 0.02
HSL 70.47º 0.96% 0.52% -
HSV(B) 70.47º 0.94% 0.98% -
XYZ 60.57 81.96 13.08 -
YUV 210.95 17.42 126.61 -
System Red Green Blue C M Y K H S L
Decimal 209 250 15 0.16 0 0.94 0.02 70.47 0.96 0.52
Hex D1 FA F 10 0 5E 2 46 60 34
Octal 321 372 17 20 0 136 2 106 140 64
Binary 11010001 11111010 1111 10000 0 1011110 10 1000110 1100000 110100

Color Harmonies of #D1FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA0F

Black with #D1FA0F

Text Example


Text Example

White with #D1FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA0F; }

 p { color: rgb(209,250,15); }

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

background-color css

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

 a { background-color: rgb(209,250,15); }

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

border-color css

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

 span { border-color: rgb(209,250,15); }

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