Html Css Color HEX #D2FD13 Electric Lime

📋 copy color: '#D2FD13'

red 210 ◦ green 253 ◦ blue 19

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

Shades of Electric Lime #D2FD13

Tints of Electric Lime #D2FD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.94%

R = 43.57%
G = 52.49%
B = 3.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#D2FD13 (or 0xD2FD13) is known color: Electric Lime. HEX triplet: D2, FD and 13. RGB value is (210,253,19). Sum of RGB (Red+Green+Blue) = 210+253+19=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FD13 is #2D02EC. Grayscale: #D6D6D6. Windows color (decimal): -2949869 or 1310162. OLE color: 1310162.

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

Color convert

RGB 210 253 19 -
CMYK 0.17 0 0.92 0.01
HSL 71.03º 0.98% 0.53% -
HSV(B) 71.03º 0.92% 0.99% -
XYZ 61.82 84 13.57 -
YUV 213.47 18.25 125.53 -
System Red Green Blue C M Y K H S L
Decimal 210 253 19 0.17 0 0.92 0.01 71.03 0.98 0.53
Hex D2 FD 13 11 0 5C 1 47 62 35
Octal 322 375 23 21 0 134 1 107 142 65
Binary 11010010 11111101 10011 10001 0 1011100 1 1000111 1100010 110101

Color Harmonies of #D2FD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD13

Black with #D2FD13

Text Example


Text Example

White with #D2FD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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