Html Css Color HEX #D1F218 Electric Lime

📋 copy color: '#D1F218'

red 209 ◦ green 242 ◦ blue 24

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

Shades of Electric Lime #D1F218

Tints of Electric Lime #D1F218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.05%

R = 44%
G = 50.95%
B = 5.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#D1F218 (or 0xD1F218) is known color: Electric Lime. HEX triplet: D1, F2 and 18. RGB value is (209,242,24). Sum of RGB (Red+Green+Blue) = 209+242+24=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F218 is #2E0DE7. Grayscale: #D0D0D0. Windows color (decimal): -3018216 or 1635025. OLE color: 1635025.

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

Color convert

RGB 209 242 24 -
CMYK 0.14 0 0.90 0.05
HSL 69.08º 0.89% 0.52% -
HSV(B) 69.08º 0.9% 0.95% -
XYZ 58.21 77.13 12.68 -
YUV 207.28 24.57 129.23 -
System Red Green Blue C M Y K H S L
Decimal 209 242 24 0.14 0 0.90 0.05 69.08 0.89 0.52
Hex D1 F2 18 E 0 5A 5 45 59 34
Octal 321 362 30 16 0 132 5 105 131 64
Binary 11010001 11110010 11000 1110 0 1011010 101 1000101 1011001 110100

Color Harmonies of #D1F218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F218

Black with #D1F218

Text Example


Text Example

White with #D1F218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F218; }

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

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

background-color css

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

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

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

border-color css

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

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

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