Html Css Color HEX #2CC138 Lime Green

📋 copy color: '#2CC138'

red 44 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #2CC138

Tints of Lime Green #2CC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 15.02%
G = 65.87%
B = 19.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#2CC138 (or 0x2CC138) is known color: Lime Green. HEX triplet: 2C, C1 and 38. RGB value is (44,193,56). Sum of RGB (Red+Green+Blue) = 44+193+56=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC138 is #D33EC7. Grayscale: #858585. Windows color (decimal): -13844168 or 3719468. OLE color: 3719468.

HSL color Cylindrical-coordinate representation of color #2CC138: hue angle of 124.83º 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 #2CC138 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 193 56 -
CMYK 0.77 0 0.71 0.24
HSL 124.83º 0.63% 0.46% -
HSV(B) 124.83º 0.77% 0.76% -
XYZ 20.82 38.96 10.16 -
YUV 132.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 44 193 56 0.77 0 0.71 0.24 124.83 0.63 0.46
Hex 2C C1 38 4D 0 47 18 7D 3F 2E
Octal 54 301 70 115 0 107 30 175 77 56
Binary 101100 11000001 111000 1001101 0 1000111 11000 1111101 111111 101110

Color Harmonies of #2CC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC138

Black with #2CC138

Text Example


Text Example

White with #2CC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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