Html Css Color HEX #2BBD3B Lime Green

📋 copy color: '#2BBD3B'

red 43 ◦ green 189 ◦ blue 59

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

Shades of Lime Green #2BBD3B

Tints of Lime Green #2BBD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 14.78%
G = 64.95%
B = 20.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#2BBD3B (or 0x2BBD3B) is known color: Lime Green. HEX triplet: 2B, BD and 3B. RGB value is (43,189,59). Sum of RGB (Red+Green+Blue) = 43+189+59=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD3B is #D442C4. Grayscale: #828282. Windows color (decimal): -13910725 or 3915051. OLE color: 3915051.

HSL color Cylindrical-coordinate representation of color #2BBD3B: hue angle of 126.58º 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 #2BBD3B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 59 -
CMYK 0.77 0 0.69 0.26
HSL 126.58º 0.63% 0.45% -
HSV(B) 126.58º 0.77% 0.74% -
XYZ 19.98 37.22 10.27 -
YUV 130.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 43 189 59 0.77 0 0.69 0.26 126.58 0.63 0.45
Hex 2B BD 3B 4D 0 45 1A 7F 3F 2D
Octal 53 275 73 115 0 105 32 177 77 55
Binary 101011 10111101 111011 1001101 0 1000101 11010 1111111 111111 101101

Color Harmonies of #2BBD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD3B

Black with #2BBD3B

Text Example


Text Example

White with #2BBD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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