Html Css Color HEX #D2E611 Electric Lime

📋 copy color: '#D2E611'

red 210 ◦ green 230 ◦ blue 17

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

Shades of Electric Lime #D2E611

Tints of Electric Lime #D2E611

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.33%

 BLUE value IS 17 (7.03% from 255) = 3.72%

R = 45.95%
G = 50.33%
B = 3.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#D2E611 (or 0xD2E611) is known color: Electric Lime. HEX triplet: D2, E6 and 11. RGB value is (210,230,17). Sum of RGB (Red+Green+Blue) = 210+230+17=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E611 is #2D19EE. Grayscale: #C8C8C8. Windows color (decimal): -2955759 or 1173202. OLE color: 1173202.

HSL color Cylindrical-coordinate representation of color #D2E611: hue angle of 65.63º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2E611 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 230 17 -
CMYK 0.09 0 0.93 0.10
HSL 65.63º 0.86% 0.48% -
HSV(B) 65.63º 0.93% 0.9% -
XYZ 54.98 70.34 11.21 -
YUV 199.74 24.87 135.32 -
System Red Green Blue C M Y K H S L
Decimal 210 230 17 0.09 0 0.93 0.10 65.63 0.86 0.48
Hex D2 E6 11 9 0 5D A 42 56 30
Octal 322 346 21 11 0 135 12 102 126 60
Binary 11010010 11100110 10001 1001 0 1011101 1010 1000010 1010110 110000

Color Harmonies of #D2E611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E611

Black with #D2E611

Text Example


Text Example

White with #D2E611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E611; }

 p { color: rgb(210,230,17); }

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

background-color css

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

 a { background-color: rgb(210,230,17); }

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

border-color css

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

 span { border-color: rgb(210,230,17); }

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