Html Css Color HEX #2CB344 Lime Green

📋 copy color: '#2CB344'

red 44 ◦ green 179 ◦ blue 68

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

Shades of Lime Green #2CB344

Tints of Lime Green #2CB344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.51%

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 15.12%
G = 61.51%
B = 23.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#2CB344 (or 0x2CB344) is known color: Lime Green. HEX triplet: 2C, B3 and 44. RGB value is (44,179,68). Sum of RGB (Red+Green+Blue) = 44+179+68=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB344 is #D34CBB. Grayscale: #7E7E7E. Windows color (decimal): -13847740 or 4502316. OLE color: 4502316.

HSL color Cylindrical-coordinate representation of color #2CB344: hue angle of 130.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB344 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 68 -
CMYK 0.75 0 0.62 0.30
HSL 130.67º 0.61% 0.44% -
HSV(B) 130.67º 0.75% 0.7% -
XYZ 18.2 33.19 10.92 -
YUV 125.98 95.27 69.53 -
System Red Green Blue C M Y K H S L
Decimal 44 179 68 0.75 0 0.62 0.30 130.67 0.61 0.44
Hex 2C B3 44 4B 0 3E 1E 83 3D 2C
Octal 54 263 104 113 0 76 36 203 75 54
Binary 101100 10110011 1000100 1001011 0 111110 11110 10000011 111101 101100

Color Harmonies of #2CB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB344

Black with #2CB344

Text Example


Text Example

White with #2CB344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,179,68); }

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

background-color css

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

 a { background-color: rgb(44,179,68); }

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

border-color css

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

 span { border-color: rgb(44,179,68); }

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