Html Css Color HEX #D2F810 Electric Lime

📋 copy color: '#D2F810'

red 210 ◦ green 248 ◦ blue 16

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

Shades of Electric Lime #D2F810

Tints of Electric Lime #D2F810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.32%

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 44.3%
G = 52.32%
B = 3.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D2F810 (or 0xD2F810) is known color: Electric Lime. HEX triplet: D2, F8 and 10. RGB value is (210,248,16). Sum of RGB (Red+Green+Blue) = 210+248+16=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F810 is #2D07EF. Grayscale: #D3D3D3. Windows color (decimal): -2951152 or 1112274. OLE color: 1112274.

HSL color Cylindrical-coordinate representation of color #D2F810: hue angle of 69.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2F810 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 16 -
CMYK 0.15 0 0.94 0.03
HSL 69.83º 0.94% 0.52% -
HSV(B) 69.83º 0.94% 0.97% -
XYZ 60.24 80.87 12.93 -
YUV 210.19 18.41 127.86 -
System Red Green Blue C M Y K H S L
Decimal 210 248 16 0.15 0 0.94 0.03 69.83 0.94 0.52
Hex D2 F8 10 F 0 5E 3 46 5E 34
Octal 322 370 20 17 0 136 3 106 136 64
Binary 11010010 11111000 10000 1111 0 1011110 11 1000110 1011110 110100

Color Harmonies of #D2F810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F810

Black with #D2F810

Text Example


Text Example

White with #D2F810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F810; }

 p { color: rgb(210,248,16); }

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

background-color css

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

 a { background-color: rgb(210,248,16); }

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

border-color css

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

 span { border-color: rgb(210,248,16); }

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