Html Css Color HEX #2BC120 Lime Green

📋 copy color: '#2BC120'

red 43 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #2BC120

Tints of Lime Green #2BC120

RGB

 RED value IS 43 (17.19% from 255) = 16.04%

 GREEN value IS 193 (75.78% from 255) = 72.01%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 16.04%
G = 72.01%
B = 11.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2BC120 (or 0x2BC120) is known color: Lime Green. HEX triplet: 2B, C1 and 20. RGB value is (43,193,32). Sum of RGB (Red+Green+Blue) = 43+193+32=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC120 is #D43EDF. Grayscale: #828282. Windows color (decimal): -13909728 or 2146603. OLE color: 2146603.

HSL color Cylindrical-coordinate representation of color #2BC120: hue angle of 115.9º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC120 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 193 32 -
CMYK 0.78 0 0.83 0.24
HSL 115.9º 0.72% 0.44% -
HSV(B) 115.9º 0.83% 0.76% -
XYZ 20.33 38.76 7.78 -
YUV 129.8 72.81 66.09 -
System Red Green Blue C M Y K H S L
Decimal 43 193 32 0.78 0 0.83 0.24 115.9 0.72 0.44
Hex 2B C1 20 4E 0 53 18 74 48 2C
Octal 53 301 40 116 0 123 30 164 110 54
Binary 101011 11000001 100000 1001110 0 1010011 11000 1110100 1001000 101100

Color Harmonies of #2BC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC120

Black with #2BC120

Text Example


Text Example

White with #2BC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,193,32); }

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

background-color css

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

 a { background-color: rgb(43,193,32); }

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

border-color css

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

 span { border-color: rgb(43,193,32); }

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