Html Css Color HEX #2CD73D Lime Green

📋 copy color: '#2CD73D'

red 44 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #2CD73D

Tints of Lime Green #2CD73D

RGB

 RED value IS 44 (17.58% from 255) = 13.75%

 GREEN value IS 215 (84.38% from 255) = 67.19%

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

R = 13.75%
G = 67.19%
B = 19.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#2CD73D (or 0x2CD73D) is known color: Lime Green. HEX triplet: 2C, D7 and 3D. RGB value is (44,215,61). Sum of RGB (Red+Green+Blue) = 44+215+61=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD73D is #D328C2. Grayscale: #929292. Windows color (decimal): -13838531 or 4052780. OLE color: 4052780.

HSL color Cylindrical-coordinate representation of color #2CD73D: hue angle of 125.96º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD73D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 215 61 -
CMYK 0.80 0 0.72 0.16
HSL 125.96º 0.68% 0.51% -
HSV(B) 125.96º 0.8% 0.84% -
XYZ 26.18 49.47 12.58 -
YUV 146.32 79.85 55.02 -
System Red Green Blue C M Y K H S L
Decimal 44 215 61 0.80 0 0.72 0.16 125.96 0.68 0.51
Hex 2C D7 3D 50 0 48 10 7E 44 33
Octal 54 327 75 120 0 110 20 176 104 63
Binary 101100 11010111 111101 1010000 0 1001000 10000 1111110 1000100 110011

Color Harmonies of #2CD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD73D

Black with #2CD73D

Text Example


Text Example

White with #2CD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,215,61); }

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

background-color css

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

 a { background-color: rgb(44,215,61); }

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

border-color css

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

 span { border-color: rgb(44,215,61); }

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