Html Css Color HEX #D2F908 Electric Lime

📋 copy color: '#D2F908'

red 210 ◦ green 249 ◦ blue 8

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

Shades of Electric Lime #D2F908

Tints of Electric Lime #D2F908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.32%

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

R = 44.97%
G = 53.32%
B = 1.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#D2F908 (or 0xD2F908) is known color: Electric Lime. HEX triplet: D2, F9 and 08. RGB value is (210,249,8). Sum of RGB (Red+Green+Blue) = 210+249+8=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F908 is #2D06F7. Grayscale: #D2D2D2. Windows color (decimal): -2950904 or 588242. OLE color: 588242.

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

Color convert

RGB 210 249 8 -
CMYK 0.16 0 0.97 0.02
HSL 69.71º 0.95% 0.5% -
HSV(B) 69.71º 0.97% 0.98% -
XYZ 60.5 81.47 12.77 -
YUV 209.87 14.08 128.1 -
System Red Green Blue C M Y K H S L
Decimal 210 249 8 0.16 0 0.97 0.02 69.71 0.95 0.5
Hex D2 F9 8 10 0 61 2 46 5F 32
Octal 322 371 10 20 0 141 2 106 137 62
Binary 11010010 11111001 1000 10000 0 1100001 10 1000110 1011111 110010

Color Harmonies of #D2F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F908

Black with #D2F908

Text Example


Text Example

White with #D2F908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F908; }

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

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

background-color css

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

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

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

border-color css

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

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

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