Html Css Color HEX #2BBD4A Lime Green

📋 copy color: '#2BBD4A'

red 43 ◦ green 189 ◦ blue 74

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

Shades of Lime Green #2BBD4A

Tints of Lime Green #2BBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.76%

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 14.05%
G = 61.76%
B = 24.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#2BBD4A (or 0x2BBD4A) is known color: Lime Green. HEX triplet: 2B, BD and 4A. RGB value is (43,189,74). Sum of RGB (Red+Green+Blue) = 43+189+74=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD4A is #D442B5. Grayscale: #848484. Windows color (decimal): -13910710 or 4898091. OLE color: 4898091.

HSL color Cylindrical-coordinate representation of color #2BBD4A: hue angle of 132.74º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD4A is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 74 -
CMYK 0.77 0 0.61 0.26
HSL 132.74º 0.63% 0.45% -
HSV(B) 132.74º 0.77% 0.74% -
XYZ 20.43 37.4 12.62 -
YUV 132.24 95.13 64.35 -
System Red Green Blue C M Y K H S L
Decimal 43 189 74 0.77 0 0.61 0.26 132.74 0.63 0.45
Hex 2B BD 4A 4D 0 3D 1A 85 3F 2D
Octal 53 275 112 115 0 75 32 205 77 55
Binary 101011 10111101 1001010 1001101 0 111101 11010 10000101 111111 101101

Color Harmonies of #2BBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD4A

Black with #2BBD4A

Text Example


Text Example

White with #2BBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,74); }

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

background-color css

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

 a { background-color: rgb(43,189,74); }

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

border-color css

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

 span { border-color: rgb(43,189,74); }

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