Html Css Color HEX #2BDB4C Lime Green

📋 copy color: '#2BDB4C'

red 43 ◦ green 219 ◦ blue 76

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

Shades of Lime Green #2BDB4C

Tints of Lime Green #2BDB4C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.79%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 12.72%
G = 64.79%
B = 22.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#2BDB4C (or 0x2BDB4C) is known color: Lime Green. HEX triplet: 2B, DB and 4C. RGB value is (43,219,76). Sum of RGB (Red+Green+Blue) = 43+219+76=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB4C is #D424B3. Grayscale: #969696. Windows color (decimal): -13903028 or 5036843. OLE color: 5036843.

HSL color Cylindrical-coordinate representation of color #2BDB4C: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB4C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 219 76 -
CMYK 0.80 0 0.65 0.14
HSL 131.25º 0.71% 0.51% -
HSV(B) 131.25º 0.8% 0.86% -
XYZ 27.63 51.7 15.36 -
YUV 150.07 86.19 51.63 -
System Red Green Blue C M Y K H S L
Decimal 43 219 76 0.80 0 0.65 0.14 131.25 0.71 0.51
Hex 2B DB 4C 50 0 41 E 83 47 33
Octal 53 333 114 120 0 101 16 203 107 63
Binary 101011 11011011 1001100 1010000 0 1000001 1110 10000011 1000111 110011

Color Harmonies of #2BDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB4C

Black with #2BDB4C

Text Example


Text Example

White with #2BDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,219,76); }

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

background-color css

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

 a { background-color: rgb(43,219,76); }

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

border-color css

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

 span { border-color: rgb(43,219,76); }

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