Html Css Color HEX #D1FB02 Electric Lime

📋 copy color: '#D1FB02'

red 209 ◦ green 251 ◦ blue 2

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

Shades of Electric Lime #D1FB02

Tints of Electric Lime #D1FB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 45.24%
G = 54.33%
B = 0.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D1FB02 (or 0xD1FB02) is known color: Electric Lime. HEX triplet: D1, FB and 02. RGB value is (209,251,2). Sum of RGB (Red+Green+Blue) = 209+251+2=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FB02 is #2E04FD. Grayscale: #D3D3D3. Windows color (decimal): -3015934 or 195537. OLE color: 195537.

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

Color convert

RGB 209 251 2 -
CMYK 0.17 0 0.99 0.02
HSL 70.12º 0.98% 0.5% -
HSV(B) 70.12º 0.99% 0.98% -
XYZ 60.8 82.55 12.79 -
YUV 210.06 10.59 127.25 -
System Red Green Blue C M Y K H S L
Decimal 209 251 2 0.17 0 0.99 0.02 70.12 0.98 0.5
Hex D1 FB 2 11 0 63 2 46 62 32
Octal 321 373 2 21 0 143 2 106 142 62
Binary 11010001 11111011 10 10001 0 1100011 10 1000110 1100010 110010

Color Harmonies of #D1FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB02

Black with #D1FB02

Text Example


Text Example

White with #D1FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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