Html Css Color HEX #D1FB0B Electric Lime

📋 copy color: '#D1FB0B'

red 209 ◦ green 251 ◦ blue 11

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

Shades of Electric Lime #D1FB0B

Tints of Electric Lime #D1FB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.34%

R = 44.37%
G = 53.29%
B = 2.34%

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

#D1FB0B (or 0xD1FB0B) is known color: Electric Lime. HEX triplet: D1, FB and 0B. RGB value is (209,251,11). Sum of RGB (Red+Green+Blue) = 209+251+11=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FB0B is #2E04F4. Grayscale: #D4D4D4. Windows color (decimal): -3015925 or 785361. OLE color: 785361.

HSL color Cylindrical-coordinate representation of color #D1FB0B: hue angle of 70.5º 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 #D1FB0B is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #D1FB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB0B

Black with #D1FB0B

Text Example


Text Example

White with #D1FB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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