Html Css Color HEX #2CBD47 Lime Green

📋 copy color: '#2CBD47'

red 44 ◦ green 189 ◦ blue 71

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

Shades of Lime Green #2CBD47

Tints of Lime Green #2CBD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.17%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 14.47%
G = 62.17%
B = 23.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#2CBD47 (or 0x2CBD47) is known color: Lime Green. HEX triplet: 2C, BD and 47. RGB value is (44,189,71). Sum of RGB (Red+Green+Blue) = 44+189+71=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD47 is #D342B8. Grayscale: #848484. Windows color (decimal): -13845177 or 4701484. OLE color: 4701484.

HSL color Cylindrical-coordinate representation of color #2CBD47: hue angle of 131.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD47 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 71 -
CMYK 0.77 0 0.62 0.26
HSL 131.17º 0.62% 0.46% -
HSV(B) 131.17º 0.77% 0.74% -
XYZ 20.37 37.39 12.1 -
YUV 132.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 44 189 71 0.77 0 0.62 0.26 131.17 0.62 0.46
Hex 2C BD 47 4D 0 3E 1A 83 3E 2E
Octal 54 275 107 115 0 76 32 203 76 56
Binary 101100 10111101 1000111 1001101 0 111110 11010 10000011 111110 101110

Color Harmonies of #2CBD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD47

Black with #2CBD47

Text Example


Text Example

White with #2CBD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,189,71); }

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

background-color css

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

 a { background-color: rgb(44,189,71); }

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

border-color css

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

 span { border-color: rgb(44,189,71); }

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