Html Css Color HEX #D1F00A Electric Lime

📋 copy color: '#D1F00A'

red 209 ◦ green 240 ◦ blue 10

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

Shades of Electric Lime #D1F00A

Tints of Electric Lime #D1F00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 45.53%
G = 52.29%
B = 2.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#D1F00A (or 0xD1F00A) is known color: Electric Lime. HEX triplet: D1, F0 and 0A. RGB value is (209,240,10). Sum of RGB (Red+Green+Blue) = 209+240+10=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F00A is #2E0FF5. Grayscale: #CDCDCD. Windows color (decimal): -3018742 or 717009. OLE color: 717009.

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

Color convert

RGB 209 240 10 -
CMYK 0.13 0 0.96 0.06
HSL 68.09º 0.92% 0.49% -
HSV(B) 68.09º 0.96% 0.94% -
XYZ 57.51 75.9 11.91 -
YUV 204.51 18.23 131.2 -
System Red Green Blue C M Y K H S L
Decimal 209 240 10 0.13 0 0.96 0.06 68.09 0.92 0.49
Hex D1 F0 A D 0 60 6 44 5C 31
Octal 321 360 12 15 0 140 6 104 134 61
Binary 11010001 11110000 1010 1101 0 1100000 110 1000100 1011100 110001

Color Harmonies of #D1F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F00A

Black with #D1F00A

Text Example


Text Example

White with #D1F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F00A; }

 p { color: rgb(209,240,10); }

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

background-color css

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

 a { background-color: rgb(209,240,10); }

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

border-color css

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

 span { border-color: rgb(209,240,10); }

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