Html Css Color HEX #D1ED03 Electric Lime

📋 copy color: '#D1ED03'

red 209 ◦ green 237 ◦ blue 3

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

Shades of Electric Lime #D1ED03

Tints of Electric Lime #D1ED03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 46.55%
G = 52.78%
B = 0.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#D1ED03 (or 0xD1ED03) is known color: Electric Lime. HEX triplet: D1, ED and 03. RGB value is (209,237,3). Sum of RGB (Red+Green+Blue) = 209+237+3=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1ED03 is #2E12FC. Grayscale: #CACACA. Windows color (decimal): -3019517 or 257489. OLE color: 257489.

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

Color convert

RGB 209 237 3 -
CMYK 0.12 0 0.99 0.07
HSL 67.18º 0.98% 0.47% -
HSV(B) 67.18º 0.99% 0.93% -
XYZ 56.6 74.13 11.41 -
YUV 201.95 15.72 133.03 -
System Red Green Blue C M Y K H S L
Decimal 209 237 3 0.12 0 0.99 0.07 67.18 0.98 0.47
Hex D1 ED 3 C 0 63 7 43 62 2F
Octal 321 355 3 14 0 143 7 103 142 57
Binary 11010001 11101101 11 1100 0 1100011 111 1000011 1100010 101111

Color Harmonies of #D1ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED03

Black with #D1ED03

Text Example


Text Example

White with #D1ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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