Html Css Color HEX #2CB125 Lime Green

📋 copy color: '#2CB125'

red 44 ◦ green 177 ◦ blue 37

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

Shades of Lime Green #2CB125

Tints of Lime Green #2CB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 17.05%
G = 68.6%
B = 14.34%

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

#2CB125 (or 0x2CB125) is known color: Lime Green. HEX triplet: 2C, B1 and 25. RGB value is (44,177,37). Sum of RGB (Red+Green+Blue) = 44+177+37=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB125 is #D34EDA. Grayscale: #797979. Windows color (decimal): -13848283 or 2470188. OLE color: 2470188.

HSL color Cylindrical-coordinate representation of color #2CB125: hue angle of 117º 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 #2CB125 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 177 37 -
CMYK 0.75 0 0.79 0.31
HSL 117º 0.65% 0.42% -
HSV(B) 117º 0.79% 0.69% -
XYZ 17.09 32.11 7.05 -
YUV 121.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 44 177 37 0.75 0 0.79 0.31 117 0.65 0.42
Hex 2C B1 25 4B 0 4F 1F 75 41 2A
Octal 54 261 45 113 0 117 37 165 101 52
Binary 101100 10110001 100101 1001011 0 1001111 11111 1110101 1000001 101010

Color Harmonies of #2CB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB125

Black with #2CB125

Text Example


Text Example

White with #2CB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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