Html Css Color HEX #2CC136 Lime Green

📋 copy color: '#2CC136'

red 44 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #2CC136

Tints of Lime Green #2CC136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 15.12%
G = 66.32%
B = 18.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#2CC136 (or 0x2CC136) is known color: Lime Green. HEX triplet: 2C, C1 and 36. RGB value is (44,193,54). Sum of RGB (Red+Green+Blue) = 44+193+54=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC136 is #D33EC9. Grayscale: #858585. Windows color (decimal): -13844170 or 3588396. OLE color: 3588396.

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

Color convert

RGB 44 193 54 -
CMYK 0.77 0 0.72 0.24
HSL 124.03º 0.63% 0.46% -
HSV(B) 124.03º 0.77% 0.76% -
XYZ 20.77 38.94 9.91 -
YUV 132.6 83.64 64.8 -
System Red Green Blue C M Y K H S L
Decimal 44 193 54 0.77 0 0.72 0.24 124.03 0.63 0.46
Hex 2C C1 36 4D 0 48 18 7C 3F 2E
Octal 54 301 66 115 0 110 30 174 77 56
Binary 101100 11000001 110110 1001101 0 1001000 11000 1111100 111111 101110

Color Harmonies of #2CC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC136

Black with #2CC136

Text Example


Text Example

White with #2CC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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