Html Css Color HEX #D2ED03 Electric Lime

📋 copy color: '#D2ED03'

red 210 ◦ green 237 ◦ blue 3

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

Shades of Electric Lime #D2ED03

Tints of Electric Lime #D2ED03

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

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

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

R = 46.67%
G = 52.67%
B = 0.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#D2ED03 (or 0xD2ED03) is known color: Electric Lime. HEX triplet: D2, ED and 03. RGB value is (210,237,3). Sum of RGB (Red+Green+Blue) = 210+237+3=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2ED03 is #2D12FC. Grayscale: #CBCBCB. Windows color (decimal): -2953981 or 257490. OLE color: 257490.

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

Color convert

RGB 210 237 3 -
CMYK 0.11 0 0.99 0.07
HSL 66.92º 0.98% 0.47% -
HSV(B) 66.92º 0.99% 0.93% -
XYZ 56.88 74.28 11.43 -
YUV 202.25 15.55 133.53 -
System Red Green Blue C M Y K H S L
Decimal 210 237 3 0.11 0 0.99 0.07 66.92 0.98 0.47
Hex D2 ED 3 B 0 63 7 43 62 2F
Octal 322 355 3 13 0 143 7 103 142 57
Binary 11010010 11101101 11 1011 0 1100011 111 1000011 1100010 101111

Color Harmonies of #D2ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ED03

Black with #D2ED03

Text Example


Text Example

White with #D2ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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