Html Css Color HEX #2BC139 Lime Green

📋 copy color: '#2BC139'

red 43 ◦ green 193 ◦ blue 57

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

Shades of Lime Green #2BC139

Tints of Lime Green #2BC139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 14.68%
G = 65.87%
B = 19.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2BC139 (or 0x2BC139) is known color: Lime Green. HEX triplet: 2B, C1 and 39. RGB value is (43,193,57). Sum of RGB (Red+Green+Blue) = 43+193+57=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC139 is #D43EC6. Grayscale: #858585. Windows color (decimal): -13909703 or 3785003. OLE color: 3785003.

HSL color Cylindrical-coordinate representation of color #2BC139: hue angle of 125.6º 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 #2BC139 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 193 57 -
CMYK 0.78 0 0.70 0.24
HSL 125.6º 0.64% 0.46% -
HSV(B) 125.6º 0.78% 0.76% -
XYZ 20.8 38.95 10.29 -
YUV 132.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 43 193 57 0.78 0 0.70 0.24 125.6 0.64 0.46
Hex 2B C1 39 4E 0 46 18 7E 40 2E
Octal 53 301 71 116 0 106 30 176 100 56
Binary 101011 11000001 111001 1001110 0 1000110 11000 1111110 1000000 101110

Color Harmonies of #2BC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC139

Black with #2BC139

Text Example


Text Example

White with #2BC139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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