Html Css Color HEX #D2FD1D Electric Lime

📋 copy color: '#D2FD1D'

red 210 ◦ green 253 ◦ blue 29

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

Shades of Electric Lime #D2FD1D

Tints of Electric Lime #D2FD1D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.42%

 BLUE value IS 29 (11.72% from 255) = 5.89%

R = 42.68%
G = 51.42%
B = 5.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#D2FD1D (or 0xD2FD1D) is known color: Electric Lime. HEX triplet: D2, FD and 1D. RGB value is (210,253,29). Sum of RGB (Red+Green+Blue) = 210+253+29=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD1D is #2D02E2. Grayscale: #D7D7D7. Windows color (decimal): -2949859 or 1965522. OLE color: 1965522.

HSL color Cylindrical-coordinate representation of color #D2FD1D: hue angle of 71.52º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2FD1D is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 29 -
CMYK 0.17 0 0.89 0.01
HSL 71.52º 0.98% 0.55% -
HSV(B) 71.52º 0.89% 0.99% -
XYZ 61.93 84.04 14.12 -
YUV 214.61 23.25 124.71 -
System Red Green Blue C M Y K H S L
Decimal 210 253 29 0.17 0 0.89 0.01 71.52 0.98 0.55
Hex D2 FD 1D 11 0 59 1 48 62 37
Octal 322 375 35 21 0 131 1 110 142 67
Binary 11010010 11111101 11101 10001 0 1011001 1 1001000 1100010 110111

Color Harmonies of #D2FD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD1D

Black with #D2FD1D

Text Example


Text Example

White with #D2FD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD1D; }

 p { color: rgb(210,253,29); }

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

background-color css

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

 a { background-color: rgb(210,253,29); }

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

border-color css

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

 span { border-color: rgb(210,253,29); }

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