Html Css Color HEX #D3ED04 Electric Lime

📋 copy color: '#D3ED04'

red 211 ◦ green 237 ◦ blue 4

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

Shades of Electric Lime #D3ED04

Tints of Electric Lime #D3ED04

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

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

R = 46.68%
G = 52.43%
B = 0.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#D3ED04 (or 0xD3ED04) is known color: Electric Lime. HEX triplet: D3, ED and 04. RGB value is (211,237,4). Sum of RGB (Red+Green+Blue) = 211+237+4=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3ED04 is #2C12FB. Grayscale: #CBCBCB. Windows color (decimal): -2888444 or 323027. OLE color: 323027.

HSL color Cylindrical-coordinate representation of color #D3ED04: hue angle of 66.7º 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 #D3ED04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 237 4 -
CMYK 0.11 0 0.98 0.07
HSL 66.7º 0.97% 0.47% -
HSV(B) 66.7º 0.98% 0.93% -
XYZ 57.17 74.43 11.47 -
YUV 202.66 15.89 133.95 -
System Red Green Blue C M Y K H S L
Decimal 211 237 4 0.11 0 0.98 0.07 66.7 0.97 0.47
Hex D3 ED 4 B 0 62 7 43 61 2F
Octal 323 355 4 13 0 142 7 103 141 57
Binary 11010011 11101101 100 1011 0 1100010 111 1000011 1100001 101111

Color Harmonies of #D3ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ED04

Black with #D3ED04

Text Example


Text Example

White with #D3ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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