Html Css Color HEX #D2FB19 Electric Lime

📋 copy color: '#D2FB19'

red 210 ◦ green 251 ◦ blue 25

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

Shades of Electric Lime #D2FB19

Tints of Electric Lime #D2FB19

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

 BLUE value IS 25 (10.16% from 255) = 5.14%

R = 43.21%
G = 51.65%
B = 5.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#D2FB19 (or 0xD2FB19) is known color: Electric Lime. HEX triplet: D2, FB and 19. RGB value is (210,251,25). Sum of RGB (Red+Green+Blue) = 210+251+25=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FB19 is #2D04E6. Grayscale: #D5D5D5. Windows color (decimal): -2950375 or 1702866. OLE color: 1702866.

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

Color convert

RGB 210 251 25 -
CMYK 0.16 0 0.90 0.02
HSL 70.88º 0.97% 0.54% -
HSV(B) 70.88º 0.9% 0.98% -
XYZ 61.25 82.77 13.67 -
YUV 212.98 21.92 125.88 -
System Red Green Blue C M Y K H S L
Decimal 210 251 25 0.16 0 0.90 0.02 70.88 0.97 0.54
Hex D2 FB 19 10 0 5A 2 47 61 36
Octal 322 373 31 20 0 132 2 107 141 66
Binary 11010010 11111011 11001 10000 0 1011010 10 1000111 1100001 110110

Color Harmonies of #D2FB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FB19

Black with #D2FB19

Text Example


Text Example

White with #D2FB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FB19; }

 p { color: rgb(210,251,25); }

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

background-color css

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

 a { background-color: rgb(210,251,25); }

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

border-color css

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

 span { border-color: rgb(210,251,25); }

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