Html Css Color HEX #2BC14B Lime Green

📋 copy color: '#2BC14B'

red 43 ◦ green 193 ◦ blue 75

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

Shades of Lime Green #2BC14B

Tints of Lime Green #2BC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 13.83%
G = 62.06%
B = 24.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#2BC14B (or 0x2BC14B) is known color: Lime Green. HEX triplet: 2B, C1 and 4B. RGB value is (43,193,75). Sum of RGB (Red+Green+Blue) = 43+193+75=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC14B is #D43EB4. Grayscale: #878787. Windows color (decimal): -13909685 or 4964651. OLE color: 4964651.

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

Color convert

RGB 43 193 75 -
CMYK 0.78 0 0.61 0.24
HSL 132.8º 0.64% 0.46% -
HSV(B) 132.8º 0.78% 0.76% -
XYZ 21.34 39.16 13.09 -
YUV 134.7 94.31 62.59 -
System Red Green Blue C M Y K H S L
Decimal 43 193 75 0.78 0 0.61 0.24 132.8 0.64 0.46
Hex 2B C1 4B 4E 0 3D 18 85 40 2E
Octal 53 301 113 116 0 75 30 205 100 56
Binary 101011 11000001 1001011 1001110 0 111101 11000 10000101 1000000 101110

Color Harmonies of #2BC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC14B

Black with #2BC14B

Text Example


Text Example

White with #2BC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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