Html Css Color HEX #D2E103 Electric Lime

📋 copy color: '#D2E103'

red 210 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #D2E103

Tints of Electric Lime #D2E103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.37%

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

R = 47.95%
G = 51.37%
B = 0.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#D2E103 (or 0xD2E103) is known color: Electric Lime. HEX triplet: D2, E1 and 03. RGB value is (210,225,3). Sum of RGB (Red+Green+Blue) = 210+225+3=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E103 is #2D1EFC. Grayscale: #C4C4C4. Windows color (decimal): -2957053 or 254418. OLE color: 254418.

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

Color convert

RGB 210 225 3 -
CMYK 0.07 0 0.99 0.12
HSL 64.05º 0.97% 0.45% -
HSV(B) 64.05º 0.99% 0.88% -
XYZ 53.52 67.56 10.31 -
YUV 195.21 19.53 138.55 -
System Red Green Blue C M Y K H S L
Decimal 210 225 3 0.07 0 0.99 0.12 64.05 0.97 0.45
Hex D2 E1 3 7 0 63 C 40 61 2D
Octal 322 341 3 7 0 143 14 100 141 55
Binary 11010010 11100001 11 111 0 1100011 1100 1000000 1100001 101101

Color Harmonies of #D2E103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E103

Black with #D2E103

Text Example


Text Example

White with #D2E103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E103; }

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

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

background-color css

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

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

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

border-color css

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

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

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