Html Css Color HEX #2CB126 Lime Green

📋 copy color: '#2CB126'

red 44 ◦ green 177 ◦ blue 38

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

Shades of Lime Green #2CB126

Tints of Lime Green #2CB126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.34%

 BLUE value IS 38 (15.23% from 255) = 14.67%

R = 16.99%
G = 68.34%
B = 14.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2CB126 (or 0x2CB126) is known color: Lime Green. HEX triplet: 2C, B1 and 26. RGB value is (44,177,38). Sum of RGB (Red+Green+Blue) = 44+177+38=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 177 (69.53% from 255 or 68.34% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB126 is #D34ED9. Grayscale: #797979. Windows color (decimal): -13848282 or 2535724. OLE color: 2535724.

HSL color Cylindrical-coordinate representation of color #2CB126: hue angle of 117.41º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB126 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 177 38 -
CMYK 0.75 0 0.79 0.31
HSL 117.41º 0.65% 0.42% -
HSV(B) 117.41º 0.79% 0.69% -
XYZ 17.11 32.12 7.13 -
YUV 121.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 44 177 38 0.75 0 0.79 0.31 117.41 0.65 0.42
Hex 2C B1 26 4B 0 4F 1F 75 41 2A
Octal 54 261 46 113 0 117 37 165 101 52
Binary 101100 10110001 100110 1001011 0 1001111 11111 1110101 1000001 101010

Color Harmonies of #2CB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB126

Black with #2CB126

Text Example


Text Example

White with #2CB126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,177,38); }

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

background-color css

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

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

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

border-color css

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

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

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