Html Css Color HEX #2CB22C Lime Green

📋 copy color: '#2CB22C'

red 44 ◦ green 178 ◦ blue 44

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

Shades of Lime Green #2CB22C

Tints of Lime Green #2CB22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 16.54%
G = 66.92%
B = 16.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#2CB22C (or 0x2CB22C) is known color: Lime Green. HEX triplet: 2C, B2 and 2C. RGB value is (44,178,44). Sum of RGB (Red+Green+Blue) = 44+178+44=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB22C is #D34DD3. Grayscale: #7B7B7B. Windows color (decimal): -13848020 or 2929196. OLE color: 2929196.

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

Color convert

RGB 44 178 44 -
CMYK 0.75 0 0.75 0.30
HSL 120º 0.6% 0.44% -
HSV(B) 120º 0.75% 0.7% -
XYZ 17.41 32.56 7.75 -
YUV 122.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 44 178 44 0.75 0 0.75 0.30 120 0.6 0.44
Hex 2C B2 2C 4B 0 4B 1E 78 3C 2C
Octal 54 262 54 113 0 113 36 170 74 54
Binary 101100 10110010 101100 1001011 0 1001011 11110 1111000 111100 101100

Color Harmonies of #2CB22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB22C

Black with #2CB22C

Text Example


Text Example

White with #2CB22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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