Html Css Color HEX #2DC44D Lime Green

📋 copy color: '#2DC44D'

red 45 ◦ green 196 ◦ blue 77

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

Shades of Lime Green #2DC44D

Tints of Lime Green #2DC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.64%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 14.15%
G = 61.64%
B = 24.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#2DC44D (or 0x2DC44D) is known color: Lime Green. HEX triplet: 2D, C4 and 4D. RGB value is (45,196,77). Sum of RGB (Red+Green+Blue) = 45+196+77=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC44D is #D23BB2. Grayscale: #898989. Windows color (decimal): -13777843 or 5096493. OLE color: 5096493.

HSL color Cylindrical-coordinate representation of color #2DC44D: hue angle of 132.72º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC44D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 77 -
CMYK 0.77 0 0.61 0.23
HSL 132.72º 0.63% 0.47% -
HSV(B) 132.72º 0.77% 0.77% -
XYZ 22.16 40.57 13.68 -
YUV 137.29 93.97 62.18 -
System Red Green Blue C M Y K H S L
Decimal 45 196 77 0.77 0 0.61 0.23 132.72 0.63 0.47
Hex 2D C4 4D 4D 0 3D 17 85 3F 2F
Octal 55 304 115 115 0 75 27 205 77 57
Binary 101101 11000100 1001101 1001101 0 111101 10111 10000101 111111 101111

Color Harmonies of #2DC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC44D

Black with #2DC44D

Text Example


Text Example

White with #2DC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,77); }

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

background-color css

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

 a { background-color: rgb(45,196,77); }

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

border-color css

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

 span { border-color: rgb(45,196,77); }

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