Html Css Color HEX #2CB32E Lime Green

📋 copy color: '#2CB32E'

red 44 ◦ green 179 ◦ blue 46

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

Shades of Lime Green #2CB32E

Tints of Lime Green #2CB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 16.36%
G = 66.54%
B = 17.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#2CB32E (or 0x2CB32E) is known color: Lime Green. HEX triplet: 2C, B3 and 2E. RGB value is (44,179,46). Sum of RGB (Red+Green+Blue) = 44+179+46=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB32E is #D34CD1. Grayscale: #7B7B7B. Windows color (decimal): -13847762 or 3060524. OLE color: 3060524.

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

Color convert

RGB 44 179 46 -
CMYK 0.75 0 0.74 0.30
HSL 120.89º 0.61% 0.44% -
HSV(B) 120.89º 0.75% 0.7% -
XYZ 17.65 32.97 8.02 -
YUV 123.47 84.27 71.31 -
System Red Green Blue C M Y K H S L
Decimal 44 179 46 0.75 0 0.74 0.30 120.89 0.61 0.44
Hex 2C B3 2E 4B 0 4A 1E 79 3D 2C
Octal 54 263 56 113 0 112 36 171 75 54
Binary 101100 10110011 101110 1001011 0 1001010 11110 1111001 111101 101100

Color Harmonies of #2CB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB32E

Black with #2CB32E

Text Example


Text Example

White with #2CB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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