Html Css Color HEX #2CB845 Lime Green

📋 copy color: '#2CB845'

red 44 ◦ green 184 ◦ blue 69

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

Shades of Lime Green #2CB845

Tints of Lime Green #2CB845

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.95%

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 14.81%
G = 61.95%
B = 23.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#2CB845 (or 0x2CB845) is known color: Lime Green. HEX triplet: 2C, B8 and 45. RGB value is (44,184,69). Sum of RGB (Red+Green+Blue) = 44+184+69=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB845 is #D347BA. Grayscale: #818181. Windows color (decimal): -13846459 or 4569132. OLE color: 4569132.

HSL color Cylindrical-coordinate representation of color #2CB845: hue angle of 130.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB845 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 184 69 -
CMYK 0.76 0 0.62 0.28
HSL 130.71º 0.61% 0.45% -
HSV(B) 130.71º 0.76% 0.72% -
XYZ 19.25 35.25 11.42 -
YUV 129.03 94.12 67.35 -
System Red Green Blue C M Y K H S L
Decimal 44 184 69 0.76 0 0.62 0.28 130.71 0.61 0.45
Hex 2C B8 45 4C 0 3E 1C 83 3D 2D
Octal 54 270 105 114 0 76 34 203 75 55
Binary 101100 10111000 1000101 1001100 0 111110 11100 10000011 111101 101101

Color Harmonies of #2CB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB845

Black with #2CB845

Text Example


Text Example

White with #2CB845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,184,69); }

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

background-color css

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

 a { background-color: rgb(44,184,69); }

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

border-color css

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

 span { border-color: rgb(44,184,69); }

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