Html Css Color HEX #D1F20A Electric Lime

📋 copy color: '#D1F20A'

red 209 ◦ green 242 ◦ blue 10

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

Shades of Electric Lime #D1F20A

Tints of Electric Lime #D1F20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

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

R = 45.34%
G = 52.49%
B = 2.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#D1F20A (or 0xD1F20A) is known color: Electric Lime. HEX triplet: D1, F2 and 0A. RGB value is (209,242,10). Sum of RGB (Red+Green+Blue) = 209+242+10=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F20A is #2E0DF5. Grayscale: #CECECE. Windows color (decimal): -3018230 or 717521. OLE color: 717521.

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

Color convert

RGB 209 242 10 -
CMYK 0.14 0 0.96 0.05
HSL 68.53º 0.92% 0.49% -
HSV(B) 68.53º 0.96% 0.95% -
XYZ 58.1 77.08 12.1 -
YUV 205.69 17.57 130.36 -
System Red Green Blue C M Y K H S L
Decimal 209 242 10 0.14 0 0.96 0.05 68.53 0.92 0.49
Hex D1 F2 A E 0 60 5 45 5C 31
Octal 321 362 12 16 0 140 5 105 134 61
Binary 11010001 11110010 1010 1110 0 1100000 101 1000101 1011100 110001

Color Harmonies of #D1F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F20A

Black with #D1F20A

Text Example


Text Example

White with #D1F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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