Html Css Color HEX #D1F51A Electric Lime

📋 copy color: '#D1F51A'

red 209 ◦ green 245 ◦ blue 26

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

Shades of Electric Lime #D1F51A

Tints of Electric Lime #D1F51A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.04%

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 43.54%
G = 51.04%
B = 5.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D1F51A (or 0xD1F51A) is known color: Electric Lime. HEX triplet: D1, F5 and 1A. RGB value is (209,245,26). Sum of RGB (Red+Green+Blue) = 209+245+26=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F51A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F51A is #2E0AE5. Grayscale: #D2D2D2. Windows color (decimal): -3017446 or 1766865. OLE color: 1766865.

HSL color Cylindrical-coordinate representation of color #D1F51A: hue angle of 69.86º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1F51A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 245 26 -
CMYK 0.15 0 0.89 0.04
HSL 69.86º 0.92% 0.53% -
HSV(B) 69.86º 0.89% 0.96% -
XYZ 59.13 78.93 13.1 -
YUV 209.27 24.57 127.81 -
System Red Green Blue C M Y K H S L
Decimal 209 245 26 0.15 0 0.89 0.04 69.86 0.92 0.53
Hex D1 F5 1A F 0 59 4 46 5C 35
Octal 321 365 32 17 0 131 4 106 134 65
Binary 11010001 11110101 11010 1111 0 1011001 100 1000110 1011100 110101

Color Harmonies of #D1F51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F51A

Black with #D1F51A

Text Example


Text Example

White with #D1F51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F51A; }

 p { color: rgb(209,245,26); }

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

background-color css

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

 a { background-color: rgb(209,245,26); }

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

border-color css

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

 span { border-color: rgb(209,245,26); }

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