Html Css Color HEX #D1FA1B Electric Lime

📋 copy color: '#D1FA1B'

red 209 ◦ green 250 ◦ blue 27

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

Shades of Electric Lime #D1FA1B

Tints of Electric Lime #D1FA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 43%
G = 51.44%
B = 5.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#D1FA1B (or 0xD1FA1B) is known color: Electric Lime. HEX triplet: D1, FA and 1B. RGB value is (209,250,27). Sum of RGB (Red+Green+Blue) = 209+250+27=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA1B is #2E05E4. Grayscale: #D5D5D5. Windows color (decimal): -3016165 or 1833681. OLE color: 1833681.

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

Color convert

RGB 209 250 27 -
CMYK 0.16 0 0.89 0.02
HSL 71.03º 0.96% 0.54% -
HSV(B) 71.03º 0.89% 0.98% -
XYZ 60.68 82.01 13.67 -
YUV 212.32 23.42 125.63 -
System Red Green Blue C M Y K H S L
Decimal 209 250 27 0.16 0 0.89 0.02 71.03 0.96 0.54
Hex D1 FA 1B 10 0 59 2 47 60 36
Octal 321 372 33 20 0 131 2 107 140 66
Binary 11010001 11111010 11011 10000 0 1011001 10 1000111 1100000 110110

Color Harmonies of #D1FA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA1B

Black with #D1FA1B

Text Example


Text Example

White with #D1FA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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