Html Css Color HEX #D1F214 Electric Lime

📋 copy color: '#D1F214'

red 209 ◦ green 242 ◦ blue 20

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

Shades of Electric Lime #D1F214

Tints of Electric Lime #D1F214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.25%

R = 44.37%
G = 51.38%
B = 4.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D1F214 (or 0xD1F214) is known color: Electric Lime. HEX triplet: D1, F2 and 14. RGB value is (209,242,20). Sum of RGB (Red+Green+Blue) = 209+242+20=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F214 is #2E0DEB. Grayscale: #CFCFCF. Windows color (decimal): -3018220 or 1372881. OLE color: 1372881.

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

Color convert

RGB 209 242 20 -
CMYK 0.14 0 0.92 0.05
HSL 68.92º 0.9% 0.51% -
HSV(B) 68.92º 0.92% 0.95% -
XYZ 58.17 77.11 12.48 -
YUV 206.83 22.57 129.55 -
System Red Green Blue C M Y K H S L
Decimal 209 242 20 0.14 0 0.92 0.05 68.92 0.9 0.51
Hex D1 F2 14 E 0 5C 5 45 5A 33
Octal 321 362 24 16 0 134 5 105 132 63
Binary 11010001 11110010 10100 1110 0 1011100 101 1000101 1011010 110011

Color Harmonies of #D1F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F214

Black with #D1F214

Text Example


Text Example

White with #D1F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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