Html Css Color HEX #2BDC4B Lime Green

📋 copy color: '#2BDC4B'

red 43 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #2BDC4B

Tints of Lime Green #2BDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.09%

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

R = 12.72%
G = 65.09%
B = 22.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#2BDC4B (or 0x2BDC4B) is known color: Lime Green. HEX triplet: 2B, DC and 4B. RGB value is (43,220,75). Sum of RGB (Red+Green+Blue) = 43+220+75=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC4B is #D423B4. Grayscale: #969696. Windows color (decimal): -13902773 or 4971563. OLE color: 4971563.

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

Color convert

RGB 43 220 75 -
CMYK 0.80 0 0.66 0.14
HSL 130.85º 0.72% 0.52% -
HSV(B) 130.85º 0.8% 0.86% -
XYZ 27.86 52.21 15.27 -
YUV 150.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 43 220 75 0.80 0 0.66 0.14 130.85 0.72 0.52
Hex 2B DC 4B 50 0 42 E 83 48 34
Octal 53 334 113 120 0 102 16 203 110 64
Binary 101011 11011100 1001011 1010000 0 1000010 1110 10000011 1001000 110100

Color Harmonies of #2BDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC4B

Black with #2BDC4B

Text Example


Text Example

White with #2BDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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