Html Css Color HEX #2CB22B Lime Green

📋 copy color: '#2CB22B'

red 44 ◦ green 178 ◦ blue 43

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

Shades of Lime Green #2CB22B

Tints of Lime Green #2CB22B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.17%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 16.6%
G = 67.17%
B = 16.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#2CB22B (or 0x2CB22B) is known color: Lime Green. HEX triplet: 2C, B2 and 2B. RGB value is (44,178,43). Sum of RGB (Red+Green+Blue) = 44+178+43=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB22B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB22B is #D34DD4. Grayscale: #7A7A7A. Windows color (decimal): -13848021 or 2863660. OLE color: 2863660.

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

Color convert

RGB 44 178 43 -
CMYK 0.75 0 0.76 0.30
HSL 119.56º 0.61% 0.43% -
HSV(B) 119.56º 0.76% 0.7% -
XYZ 17.4 32.55 7.65 -
YUV 122.54 83.11 71.98 -
System Red Green Blue C M Y K H S L
Decimal 44 178 43 0.75 0 0.76 0.30 119.56 0.61 0.43
Hex 2C B2 2B 4B 0 4C 1E 78 3D 2B
Octal 54 262 53 113 0 114 36 170 75 53
Binary 101100 10110010 101011 1001011 0 1001100 11110 1111000 111101 101011

Color Harmonies of #2CB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB22B

Black with #2CB22B

Text Example


Text Example

White with #2CB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,43); }

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

background-color css

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

 a { background-color: rgb(44,178,43); }

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

border-color css

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

 span { border-color: rgb(44,178,43); }

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