Html Css Color HEX #D2F108 Electric Lime

📋 copy color: '#D2F108'

red 210 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #D2F108

Tints of Electric Lime #D2F108

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.51%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 45.75%
G = 52.51%
B = 1.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#D2F108 (or 0xD2F108) is known color: Electric Lime. HEX triplet: D2, F1 and 08. RGB value is (210,241,8). Sum of RGB (Red+Green+Blue) = 210+241+8=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F108 is #2D0EF7. Grayscale: #CECECE. Windows color (decimal): -2952952 or 586194. OLE color: 586194.

HSL color Cylindrical-coordinate representation of color #D2F108: hue angle of 67.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2F108 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 8 -
CMYK 0.13 0 0.97 0.05
HSL 67.98º 0.94% 0.49% -
HSV(B) 67.98º 0.97% 0.95% -
XYZ 58.08 76.63 11.96 -
YUV 205.17 16.73 131.45 -
System Red Green Blue C M Y K H S L
Decimal 210 241 8 0.13 0 0.97 0.05 67.98 0.94 0.49
Hex D2 F1 8 D 0 61 5 44 5E 31
Octal 322 361 10 15 0 141 5 104 136 61
Binary 11010010 11110001 1000 1101 0 1100001 101 1000100 1011110 110001

Color Harmonies of #D2F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F108

Black with #D2F108

Text Example


Text Example

White with #D2F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F108; }

 p { color: rgb(210,241,8); }

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

background-color css

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

 a { background-color: rgb(210,241,8); }

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

border-color css

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

 span { border-color: rgb(210,241,8); }

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