Html Css Color HEX #2CD73C Lime Green

📋 copy color: '#2CD73C'

red 44 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #2CD73C

Tints of Lime Green #2CD73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 13.79%
G = 67.4%
B = 18.81%

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

#2CD73C (or 0x2CD73C) is known color: Lime Green. HEX triplet: 2C, D7 and 3C. RGB value is (44,215,60). Sum of RGB (Red+Green+Blue) = 44+215+60=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD73C is #D328C3. Grayscale: #929292. Windows color (decimal): -13838532 or 3987244. OLE color: 3987244.

HSL color Cylindrical-coordinate representation of color #2CD73C: hue angle of 125.61º 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 #2CD73C is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 215 60 -
CMYK 0.80 0 0.72 0.16
HSL 125.61º 0.68% 0.51% -
HSV(B) 125.61º 0.8% 0.84% -
XYZ 26.15 49.46 12.44 -
YUV 146.2 79.35 55.1 -
System Red Green Blue C M Y K H S L
Decimal 44 215 60 0.80 0 0.72 0.16 125.61 0.68 0.51
Hex 2C D7 3C 50 0 48 10 7E 44 33
Octal 54 327 74 120 0 110 20 176 104 63
Binary 101100 11010111 111100 1010000 0 1001000 10000 1111110 1000100 110011

Color Harmonies of #2CD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD73C

Black with #2CD73C

Text Example


Text Example

White with #2CD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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