Html Css Color HEX #2CBC48 Lime Green

📋 copy color: '#2CBC48'

red 44 ◦ green 188 ◦ blue 72

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

Shades of Lime Green #2CBC48

Tints of Lime Green #2CBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 14.47%
G = 61.84%
B = 23.68%

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

#2CBC48 (or 0x2CBC48) is known color: Lime Green. HEX triplet: 2C, BC and 48. RGB value is (44,188,72). Sum of RGB (Red+Green+Blue) = 44+188+72=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC48 is #D343B7. Grayscale: #848484. Windows color (decimal): -13845432 or 4766764. OLE color: 4766764.

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

Color convert

RGB 44 188 72 -
CMYK 0.77 0 0.62 0.26
HSL 131.67º 0.62% 0.45% -
HSV(B) 131.67º 0.77% 0.74% -
XYZ 20.19 36.97 12.2 -
YUV 131.72 94.29 65.43 -
System Red Green Blue C M Y K H S L
Decimal 44 188 72 0.77 0 0.62 0.26 131.67 0.62 0.45
Hex 2C BC 48 4D 0 3E 1A 84 3E 2D
Octal 54 274 110 115 0 76 32 204 76 55
Binary 101100 10111100 1001000 1001101 0 111110 11010 10000100 111110 101101

Color Harmonies of #2CBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC48

Black with #2CBC48

Text Example


Text Example

White with #2CBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,188,72); }

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

background-color css

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

 a { background-color: rgb(44,188,72); }

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

border-color css

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

 span { border-color: rgb(44,188,72); }

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