Html Css Color HEX #2CC132 Lime Green

📋 copy color: '#2CC132'

red 44 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #2CC132

Tints of Lime Green #2CC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.25%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 15.33%
G = 67.25%
B = 17.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#2CC132 (or 0x2CC132) is known color: Lime Green. HEX triplet: 2C, C1 and 32. RGB value is (44,193,50). Sum of RGB (Red+Green+Blue) = 44+193+50=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC132 is #D33ECD. Grayscale: #848484. Windows color (decimal): -13844174 or 3326252. OLE color: 3326252.

HSL color Cylindrical-coordinate representation of color #2CC132: hue angle of 122.42º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC132 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 193 50 -
CMYK 0.77 0 0.74 0.24
HSL 122.42º 0.63% 0.46% -
HSV(B) 122.42º 0.77% 0.76% -
XYZ 20.68 38.91 9.44 -
YUV 132.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 44 193 50 0.77 0 0.74 0.24 122.42 0.63 0.46
Hex 2C C1 32 4D 0 4A 18 7A 3F 2E
Octal 54 301 62 115 0 112 30 172 77 56
Binary 101100 11000001 110010 1001101 0 1001010 11000 1111010 111111 101110

Color Harmonies of #2CC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC132

Black with #2CC132

Text Example


Text Example

White with #2CC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,193,50); }

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

background-color css

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

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

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

border-color css

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

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

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