Html Css Color HEX #2CB740 Lime Green

📋 copy color: '#2CB740'

red 44 ◦ green 183 ◦ blue 64

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

Shades of Lime Green #2CB740

Tints of Lime Green #2CB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.89%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 15.12%
G = 62.89%
B = 21.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#2CB740 (or 0x2CB740) is known color: Lime Green. HEX triplet: 2C, B7 and 40. RGB value is (44,183,64). Sum of RGB (Red+Green+Blue) = 44+183+64=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB740 is #D348BF. Grayscale: #808080. Windows color (decimal): -13846720 or 4241196. OLE color: 4241196.

HSL color Cylindrical-coordinate representation of color #2CB740: hue angle of 128.63º 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 #2CB740 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 183 64 -
CMYK 0.76 0 0.65 0.28
HSL 128.63º 0.61% 0.45% -
HSV(B) 128.63º 0.76% 0.72% -
XYZ 18.9 34.77 10.57 -
YUV 127.87 91.95 68.18 -
System Red Green Blue C M Y K H S L
Decimal 44 183 64 0.76 0 0.65 0.28 128.63 0.61 0.45
Hex 2C B7 40 4C 0 41 1C 81 3D 2D
Octal 54 267 100 114 0 101 34 201 75 55
Binary 101100 10110111 1000000 1001100 0 1000001 11100 10000001 111101 101101

Color Harmonies of #2CB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB740

Black with #2CB740

Text Example


Text Example

White with #2CB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,183,64); }

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

background-color css

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

 a { background-color: rgb(44,183,64); }

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

border-color css

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

 span { border-color: rgb(44,183,64); }

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