Html Css Color HEX #2BC246 Lime Green

📋 copy color: '#2BC246'

red 43 ◦ green 194 ◦ blue 70

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

Shades of Lime Green #2BC246

Tints of Lime Green #2BC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.19%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 14.01%
G = 63.19%
B = 22.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#2BC246 (or 0x2BC246) is known color: Lime Green. HEX triplet: 2B, C2 and 46. RGB value is (43,194,70). Sum of RGB (Red+Green+Blue) = 43+194+70=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC246 is #D43DB9. Grayscale: #878787. Windows color (decimal): -13909434 or 4637227. OLE color: 4637227.

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

Color convert

RGB 43 194 70 -
CMYK 0.78 0 0.64 0.24
HSL 130.73º 0.64% 0.46% -
HSV(B) 130.73º 0.78% 0.76% -
XYZ 21.39 39.54 12.3 -
YUV 134.72 91.47 62.58 -
System Red Green Blue C M Y K H S L
Decimal 43 194 70 0.78 0 0.64 0.24 130.73 0.64 0.46
Hex 2B C2 46 4E 0 40 18 83 40 2E
Octal 53 302 106 116 0 100 30 203 100 56
Binary 101011 11000010 1000110 1001110 0 1000000 11000 10000011 1000000 101110

Color Harmonies of #2BC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC246

Black with #2BC246

Text Example


Text Example

White with #2BC246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,70); }

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

background-color css

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

 a { background-color: rgb(43,194,70); }

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

border-color css

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

 span { border-color: rgb(43,194,70); }

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