Html Css Color HEX #2BD71C Lime Green

📋 copy color: '#2BD71C'

red 43 ◦ green 215 ◦ blue 28

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

Shades of Lime Green #2BD71C

Tints of Lime Green #2BD71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.17%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 15.03%
G = 75.17%
B = 9.79%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#2BD71C (or 0x2BD71C) is known color: Lime Green. HEX triplet: 2B, D7 and 1C. RGB value is (43,215,28). Sum of RGB (Red+Green+Blue) = 43+215+28=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD71C is #D428E3. Grayscale: #8E8E8E. Windows color (decimal): -13904100 or 1890091. OLE color: 1890091.

HSL color Cylindrical-coordinate representation of color #2BD71C: hue angle of 115.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BD71C is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 28 -
CMYK 0.8 0 0.87 0.16
HSL 115.19º 0.77% 0.48% -
HSV(B) 115.19º 0.87% 0.84% -
XYZ 25.51 49.2 9.25 -
YUV 142.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 43 215 28 0.8 0 0.87 0.16 115.19 0.77 0.48
Hex 2B D7 1C 50 0 57 10 73 4D 30
Octal 53 327 34 120 0 127 20 163 115 60
Binary 101011 11010111 11100 1010000 0 1010111 10000 1110011 1001101 110000

Color Harmonies of #2BD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD71C

Black with #2BD71C

Text Example


Text Example

White with #2BD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,215,28); }

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

background-color css

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

 a { background-color: rgb(43,215,28); }

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

border-color css

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

 span { border-color: rgb(43,215,28); }

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