Html Css Color HEX #2CBD4C Lime Green

📋 copy color: '#2CBD4C'

red 44 ◦ green 189 ◦ blue 76

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

Shades of Lime Green #2CBD4C

Tints of Lime Green #2CBD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 14.24%
G = 61.17%
B = 24.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#2CBD4C (or 0x2CBD4C) is known color: Lime Green. HEX triplet: 2C, BD and 4C. RGB value is (44,189,76). Sum of RGB (Red+Green+Blue) = 44+189+76=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD4C is #D342B3. Grayscale: #858585. Windows color (decimal): -13845172 or 5029164. OLE color: 5029164.

HSL color Cylindrical-coordinate representation of color #2CBD4C: hue angle of 133.24º 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 #2CBD4C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 76 -
CMYK 0.77 0 0.60 0.26
HSL 133.24º 0.62% 0.46% -
HSV(B) 133.24º 0.77% 0.74% -
XYZ 20.54 37.45 12.98 -
YUV 132.76 95.96 64.69 -
System Red Green Blue C M Y K H S L
Decimal 44 189 76 0.77 0 0.60 0.26 133.24 0.62 0.46
Hex 2C BD 4C 4D 0 3C 1A 85 3E 2E
Octal 54 275 114 115 0 74 32 205 76 56
Binary 101100 10111101 1001100 1001101 0 111100 11010 10000101 111110 101110

Color Harmonies of #2CBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD4C

Black with #2CBD4C

Text Example


Text Example

White with #2CBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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