Html Css Color HEX #2DD21D Lime Green

📋 copy color: '#2DD21D'

red 45 ◦ green 210 ◦ blue 29

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

Shades of Lime Green #2DD21D

Tints of Lime Green #2DD21D

RGB

 RED value IS 45 (17.97% from 255) = 15.85%

 GREEN value IS 210 (82.42% from 255) = 73.94%

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

R = 15.85%
G = 73.94%
B = 10.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#2DD21D (or 0x2DD21D) is known color: Lime Green. HEX triplet: 2D, D2 and 1D. RGB value is (45,210,29). Sum of RGB (Red+Green+Blue) = 45+210+29=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 210 (82.42% from 255 or 73.94% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD21D is #D22DE2. Grayscale: #8C8C8C. Windows color (decimal): -13774307 or 1954349. OLE color: 1954349.

HSL color Cylindrical-coordinate representation of color #2DD21D: hue angle of 114.7º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DD21D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 210 29 -
CMYK 0.79 0 0.86 0.18
HSL 114.7º 0.76% 0.47% -
HSV(B) 114.7º 0.86% 0.82% -
XYZ 24.35 46.74 8.9 -
YUV 140.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 45 210 29 0.79 0 0.86 0.18 114.7 0.76 0.47
Hex 2D D2 1D 4F 0 56 12 73 4C 2F
Octal 55 322 35 117 0 126 22 163 114 57
Binary 101101 11010010 11101 1001111 0 1010110 10010 1110011 1001100 101111

Color Harmonies of #2DD21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD21D

Black with #2DD21D

Text Example


Text Example

White with #2DD21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DD21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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