Html Css Color HEX #2DC44C Lime Green

📋 copy color: '#2DC44C'

red 45 ◦ green 196 ◦ blue 76

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

Shades of Lime Green #2DC44C

Tints of Lime Green #2DC44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 14.2%
G = 61.83%
B = 23.97%

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

#2DC44C (or 0x2DC44C) is known color: Lime Green. HEX triplet: 2D, C4 and 4C. RGB value is (45,196,76). Sum of RGB (Red+Green+Blue) = 45+196+76=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC44C is #D23BB3. Grayscale: #898989. Windows color (decimal): -13777844 or 5030957. OLE color: 5030957.

HSL color Cylindrical-coordinate representation of color #2DC44C: hue angle of 132.32º 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 #2DC44C is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 76 -
CMYK 0.77 0 0.61 0.23
HSL 132.32º 0.63% 0.47% -
HSV(B) 132.32º 0.77% 0.77% -
XYZ 22.13 40.56 13.5 -
YUV 137.17 93.47 62.26 -
System Red Green Blue C M Y K H S L
Decimal 45 196 76 0.77 0 0.61 0.23 132.32 0.63 0.47
Hex 2D C4 4C 4D 0 3D 17 84 3F 2F
Octal 55 304 114 115 0 75 27 204 77 57
Binary 101101 11000100 1001100 1001101 0 111101 10111 10000100 111111 101111

Color Harmonies of #2DC44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC44C

Black with #2DC44C

Text Example


Text Example

White with #2DC44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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