Html Css Color HEX #D1FB0A Electric Lime

📋 copy color: '#D1FB0A'

red 209 ◦ green 251 ◦ blue 10

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

Shades of Electric Lime #D1FB0A

Tints of Electric Lime #D1FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.4%

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 44.47%
G = 53.4%
B = 2.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D1FB0A (or 0xD1FB0A) is known color: Electric Lime. HEX triplet: D1, FB and 0A. RGB value is (209,251,10). Sum of RGB (Red+Green+Blue) = 209+251+10=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FB0A is #2E04F5. Grayscale: #D3D3D3. Windows color (decimal): -3015926 or 719825. OLE color: 719825.

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

Color convert

RGB 209 251 10 -
CMYK 0.17 0 0.96 0.02
HSL 70.46º 0.97% 0.51% -
HSV(B) 70.46º 0.96% 0.98% -
XYZ 60.85 82.57 13.02 -
YUV 210.97 14.59 126.6 -
System Red Green Blue C M Y K H S L
Decimal 209 251 10 0.17 0 0.96 0.02 70.46 0.97 0.51
Hex D1 FB A 11 0 60 2 46 61 33
Octal 321 373 12 21 0 140 2 106 141 63
Binary 11010001 11111011 1010 10001 0 1100000 10 1000110 1100001 110011

Color Harmonies of #D1FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB0A

Black with #D1FB0A

Text Example


Text Example

White with #D1FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB0A; }

 p { color: rgb(209,251,10); }

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

background-color css

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

 a { background-color: rgb(209,251,10); }

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

border-color css

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

 span { border-color: rgb(209,251,10); }

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