Html Css Color HEX #2CBA3D Lime Green

📋 copy color: '#2CBA3D'

red 44 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #2CBA3D

Tints of Lime Green #2CBA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 15.12%
G = 63.92%
B = 20.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#2CBA3D (or 0x2CBA3D) is known color: Lime Green. HEX triplet: 2C, BA and 3D. RGB value is (44,186,61). Sum of RGB (Red+Green+Blue) = 44+186+61=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA3D is #D345C2. Grayscale: #818181. Windows color (decimal): -13845955 or 4045356. OLE color: 4045356.

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

Color convert

RGB 44 186 61 -
CMYK 0.76 0 0.67 0.27
HSL 127.18º 0.62% 0.45% -
HSV(B) 127.18º 0.76% 0.73% -
XYZ 19.44 35.99 10.34 -
YUV 129.29 89.46 67.16 -
System Red Green Blue C M Y K H S L
Decimal 44 186 61 0.76 0 0.67 0.27 127.18 0.62 0.45
Hex 2C BA 3D 4C 0 43 1B 7F 3E 2D
Octal 54 272 75 114 0 103 33 177 76 55
Binary 101100 10111010 111101 1001100 0 1000011 11011 1111111 111110 101101

Color Harmonies of #2CBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA3D

Black with #2CBA3D

Text Example


Text Example

White with #2CBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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