Html Css Color HEX #2CBA43 Lime Green

📋 copy color: '#2CBA43'

red 44 ◦ green 186 ◦ blue 67

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

Shades of Lime Green #2CBA43

Tints of Lime Green #2CBA43

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 14.81%
G = 62.63%
B = 22.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#2CBA43 (or 0x2CBA43) is known color: Lime Green. HEX triplet: 2C, BA and 43. RGB value is (44,186,67). Sum of RGB (Red+Green+Blue) = 44+186+67=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA43 is #D345BC. Grayscale: #828282. Windows color (decimal): -13845949 or 4438572. OLE color: 4438572.

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

Color convert

RGB 44 186 67 -
CMYK 0.76 0 0.64 0.27
HSL 129.72º 0.62% 0.45% -
HSV(B) 129.72º 0.76% 0.73% -
XYZ 19.61 36.06 11.24 -
YUV 129.98 92.46 66.68 -
System Red Green Blue C M Y K H S L
Decimal 44 186 67 0.76 0 0.64 0.27 129.72 0.62 0.45
Hex 2C BA 43 4C 0 40 1B 82 3E 2D
Octal 54 272 103 114 0 100 33 202 76 55
Binary 101100 10111010 1000011 1001100 0 1000000 11011 10000010 111110 101101

Color Harmonies of #2CBA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA43

Black with #2CBA43

Text Example


Text Example

White with #2CBA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,186,67); }

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

background-color css

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

 a { background-color: rgb(44,186,67); }

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

border-color css

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

 span { border-color: rgb(44,186,67); }

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