Html Css Color HEX #D1F60D Electric Lime

📋 copy color: '#D1F60D'

red 209 ◦ green 246 ◦ blue 13

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

Shades of Electric Lime #D1F60D

Tints of Electric Lime #D1F60D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.56%

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 44.66%
G = 52.56%
B = 2.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#D1F60D (or 0xD1F60D) is known color: Electric Lime. HEX triplet: D1, F6 and 0D. RGB value is (209,246,13). Sum of RGB (Red+Green+Blue) = 209+246+13=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F60D is #2E09F2. Grayscale: #D1D1D1. Windows color (decimal): -3017203 or 915153. OLE color: 915153.

HSL color Cylindrical-coordinate representation of color #D1F60D: hue angle of 69.53º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1F60D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 246 13 -
CMYK 0.15 0 0.95 0.04
HSL 69.53º 0.93% 0.51% -
HSV(B) 69.53º 0.95% 0.96% -
XYZ 59.32 79.5 12.6 -
YUV 208.38 17.74 128.45 -
System Red Green Blue C M Y K H S L
Decimal 209 246 13 0.15 0 0.95 0.04 69.53 0.93 0.51
Hex D1 F6 D F 0 5F 4 46 5D 33
Octal 321 366 15 17 0 137 4 106 135 63
Binary 11010001 11110110 1101 1111 0 1011111 100 1000110 1011101 110011

Color Harmonies of #D1F60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F60D

Black with #D1F60D

Text Example


Text Example

White with #D1F60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F60D; }

 p { color: rgb(209,246,13); }

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

background-color css

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

 a { background-color: rgb(209,246,13); }

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

border-color css

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

 span { border-color: rgb(209,246,13); }

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