Html Css Color HEX #2BD71D Lime Green

📋 copy color: '#2BD71D'

red 43 ◦ green 215 ◦ blue 29

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

Shades of Lime Green #2BD71D

Tints of Lime Green #2BD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 14.98%
G = 74.91%
B = 10.1%

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

#2BD71D (or 0x2BD71D) is known color: Lime Green. HEX triplet: 2B, D7 and 1D. RGB value is (43,215,29). Sum of RGB (Red+Green+Blue) = 43+215+29=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 215 (84.38% from 255 or 74.91% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD71D is #D428E2. Grayscale: #8E8E8E. Windows color (decimal): -13904099 or 1955627. OLE color: 1955627.

HSL color Cylindrical-coordinate representation of color #2BD71D: hue angle of 115.48º degrees, saturation: 0.76, 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 #2BD71D is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 29 -
CMYK 0.8 0 0.87 0.16
HSL 115.48º 0.76% 0.48% -
HSV(B) 115.48º 0.87% 0.84% -
XYZ 25.52 49.2 9.31 -
YUV 142.37 64.02 57.12 -
System Red Green Blue C M Y K H S L
Decimal 43 215 29 0.8 0 0.87 0.16 115.48 0.76 0.48
Hex 2B D7 1D 50 0 57 10 73 4C 30
Octal 53 327 35 120 0 127 20 163 114 60
Binary 101011 11010111 11101 1010000 0 1010111 10000 1110011 1001100 110000

Color Harmonies of #2BD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD71D

Black with #2BD71D

Text Example


Text Example

White with #2BD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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