Html Css Color HEX #2CB127 Lime Green

📋 copy color: '#2CB127'

red 44 ◦ green 177 ◦ blue 39

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

Shades of Lime Green #2CB127

Tints of Lime Green #2CB127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 16.92%
G = 68.08%
B = 15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#2CB127 (or 0x2CB127) is known color: Lime Green. HEX triplet: 2C, B1 and 27. RGB value is (44,177,39). Sum of RGB (Red+Green+Blue) = 44+177+39=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB127 is #D34ED8. Grayscale: #797979. Windows color (decimal): -13848281 or 2601260. OLE color: 2601260.

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

Color convert

RGB 44 177 39 -
CMYK 0.75 0 0.78 0.31
HSL 117.83º 0.64% 0.42% -
HSV(B) 117.83º 0.78% 0.69% -
XYZ 17.13 32.13 7.22 -
YUV 121.5 81.44 72.72 -
System Red Green Blue C M Y K H S L
Decimal 44 177 39 0.75 0 0.78 0.31 117.83 0.64 0.42
Hex 2C B1 27 4B 0 4E 1F 76 40 2A
Octal 54 261 47 113 0 116 37 166 100 52
Binary 101100 10110001 100111 1001011 0 1001110 11111 1110110 1000000 101010

Color Harmonies of #2CB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB127

Black with #2CB127

Text Example


Text Example

White with #2CB127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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