Html Css Color HEX #2DD93D Lime Green

📋 copy color: '#2DD93D'

red 45 ◦ green 217 ◦ blue 61

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

Shades of Lime Green #2DD93D

Tints of Lime Green #2DD93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.18%

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 13.93%
G = 67.18%
B = 18.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#2DD93D (or 0x2DD93D) is known color: Lime Green. HEX triplet: 2D, D9 and 3D. RGB value is (45,217,61). Sum of RGB (Red+Green+Blue) = 45+217+61=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD93D is #D226C2. Grayscale: #949494. Windows color (decimal): -13772483 or 4053293. OLE color: 4053293.

HSL color Cylindrical-coordinate representation of color #2DD93D: hue angle of 125.58º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD93D is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 61 -
CMYK 0.79 0 0.72 0.15
HSL 125.58º 0.69% 0.51% -
HSV(B) 125.58º 0.79% 0.85% -
XYZ 26.74 50.52 12.76 -
YUV 147.79 79.02 54.68 -
System Red Green Blue C M Y K H S L
Decimal 45 217 61 0.79 0 0.72 0.15 125.58 0.69 0.51
Hex 2D D9 3D 4F 0 48 F 7E 45 33
Octal 55 331 75 117 0 110 17 176 105 63
Binary 101101 11011001 111101 1001111 0 1001000 1111 1111110 1000101 110011

Color Harmonies of #2DD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD93D

Black with #2DD93D

Text Example


Text Example

White with #2DD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,61); }

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

background-color css

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

 a { background-color: rgb(45,217,61); }

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

border-color css

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

 span { border-color: rgb(45,217,61); }

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