Html Css Color HEX #D1ED04 Electric Lime

📋 copy color: '#D1ED04'

red 209 ◦ green 237 ◦ blue 4

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

Shades of Electric Lime #D1ED04

Tints of Electric Lime #D1ED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 46.44%
G = 52.67%
B = 0.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#D1ED04 (or 0xD1ED04) is known color: Electric Lime. HEX triplet: D1, ED and 04. RGB value is (209,237,4). Sum of RGB (Red+Green+Blue) = 209+237+4=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1ED04 is #2E12FB. Grayscale: #CACACA. Windows color (decimal): -3019516 or 323025. OLE color: 323025.

HSL color Cylindrical-coordinate representation of color #D1ED04: hue angle of 67.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1ED04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 4 -
CMYK 0.12 0 0.98 0.07
HSL 67.21º 0.97% 0.47% -
HSV(B) 67.21º 0.98% 0.93% -
XYZ 56.6 74.13 11.44 -
YUV 202.07 16.22 132.95 -
System Red Green Blue C M Y K H S L
Decimal 209 237 4 0.12 0 0.98 0.07 67.21 0.97 0.47
Hex D1 ED 4 C 0 62 7 43 61 2F
Octal 321 355 4 14 0 142 7 103 141 57
Binary 11010001 11101101 100 1100 0 1100010 111 1000011 1100001 101111

Color Harmonies of #D1ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED04

Black with #D1ED04

Text Example


Text Example

White with #D1ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED04; }

 p { color: rgb(209,237,4); }

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

background-color css

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

 a { background-color: rgb(209,237,4); }

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

border-color css

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

 span { border-color: rgb(209,237,4); }

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