Html Css Color HEX #2CC24A Lime Green

📋 copy color: '#2CC24A'

red 44 ◦ green 194 ◦ blue 74

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

Shades of Lime Green #2CC24A

Tints of Lime Green #2CC24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.18%

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

R = 14.1%
G = 62.18%
B = 23.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#2CC24A (or 0x2CC24A) is known color: Lime Green. HEX triplet: 2C, C2 and 4A. RGB value is (44,194,74). Sum of RGB (Red+Green+Blue) = 44+194+74=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC24A is #D33DB5. Grayscale: #878787. Windows color (decimal): -13843894 or 4899372. OLE color: 4899372.

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

Color convert

RGB 44 194 74 -
CMYK 0.77 0 0.62 0.24
HSL 132º 0.63% 0.47% -
HSV(B) 132º 0.77% 0.76% -
XYZ 21.57 39.61 12.99 -
YUV 135.47 93.31 62.76 -
System Red Green Blue C M Y K H S L
Decimal 44 194 74 0.77 0 0.62 0.24 132 0.63 0.47
Hex 2C C2 4A 4D 0 3E 18 84 3F 2F
Octal 54 302 112 115 0 76 30 204 77 57
Binary 101100 11000010 1001010 1001101 0 111110 11000 10000100 111111 101111

Color Harmonies of #2CC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC24A

Black with #2CC24A

Text Example


Text Example

White with #2CC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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