Html Css Color HEX #2CC74A Lime Green

📋 copy color: '#2CC74A'

red 44 ◦ green 199 ◦ blue 74

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

Shades of Lime Green #2CC74A

Tints of Lime Green #2CC74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.78%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 13.88%
G = 62.78%
B = 23.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#2CC74A (or 0x2CC74A) is known color: Lime Green. HEX triplet: 2C, C7 and 4A. RGB value is (44,199,74). Sum of RGB (Red+Green+Blue) = 44+199+74=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC74A is #D338B5. Grayscale: #8A8A8A. Windows color (decimal): -13842614 or 4900652. OLE color: 4900652.

HSL color Cylindrical-coordinate representation of color #2CC74A: hue angle of 131.61º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC74A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 199 74 -
CMYK 0.78 0 0.63 0.22
HSL 131.61º 0.64% 0.48% -
HSV(B) 131.61º 0.78% 0.78% -
XYZ 22.7 41.88 13.37 -
YUV 138.41 91.65 60.66 -
System Red Green Blue C M Y K H S L
Decimal 44 199 74 0.78 0 0.63 0.22 131.61 0.64 0.48
Hex 2C C7 4A 4E 0 3F 16 84 40 30
Octal 54 307 112 116 0 77 26 204 100 60
Binary 101100 11000111 1001010 1001110 0 111111 10110 10000100 1000000 110000

Color Harmonies of #2CC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC74A

Black with #2CC74A

Text Example


Text Example

White with #2CC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,199,74); }

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

background-color css

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

 a { background-color: rgb(44,199,74); }

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

border-color css

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

 span { border-color: rgb(44,199,74); }

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