Html Css Color HEX #2CB339 Lime Green

📋 copy color: '#2CB339'

red 44 ◦ green 179 ◦ blue 57

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

Shades of Lime Green #2CB339

Tints of Lime Green #2CB339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 15.71%
G = 63.93%
B = 20.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#2CB339 (or 0x2CB339) is known color: Lime Green. HEX triplet: 2C, B3 and 39. RGB value is (44,179,57). Sum of RGB (Red+Green+Blue) = 44+179+57=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB339 is #D34CC6. Grayscale: #7D7D7D. Windows color (decimal): -13847751 or 3781420. OLE color: 3781420.

HSL color Cylindrical-coordinate representation of color #2CB339: hue angle of 125.78º 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 #2CB339 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 57 -
CMYK 0.75 0 0.68 0.30
HSL 125.78º 0.61% 0.44% -
HSV(B) 125.78º 0.75% 0.7% -
XYZ 17.9 33.07 9.31 -
YUV 124.73 89.77 70.42 -
System Red Green Blue C M Y K H S L
Decimal 44 179 57 0.75 0 0.68 0.30 125.78 0.61 0.44
Hex 2C B3 39 4B 0 44 1E 7E 3D 2C
Octal 54 263 71 113 0 104 36 176 75 54
Binary 101100 10110011 111001 1001011 0 1000100 11110 1111110 111101 101100

Color Harmonies of #2CB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB339

Black with #2CB339

Text Example


Text Example

White with #2CB339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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