Html Css Color HEX #2BBB3A Lime Green

📋 copy color: '#2BBB3A'

red 43 ◦ green 187 ◦ blue 58

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

Shades of Lime Green #2BBB3A

Tints of Lime Green #2BBB3A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.93%

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 14.93%
G = 64.93%
B = 20.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2BBB3A (or 0x2BBB3A) is known color: Lime Green. HEX triplet: 2B, BB and 3A. RGB value is (43,187,58). Sum of RGB (Red+Green+Blue) = 43+187+58=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB3A is #D444C5. Grayscale: #818181. Windows color (decimal): -13911238 or 3849003. OLE color: 3849003.

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

Color convert

RGB 43 187 58 -
CMYK 0.77 0 0.69 0.27
HSL 126.25º 0.63% 0.45% -
HSV(B) 126.25º 0.77% 0.73% -
XYZ 19.53 36.36 9.99 -
YUV 129.24 87.79 66.49 -
System Red Green Blue C M Y K H S L
Decimal 43 187 58 0.77 0 0.69 0.27 126.25 0.63 0.45
Hex 2B BB 3A 4D 0 45 1B 7E 3F 2D
Octal 53 273 72 115 0 105 33 176 77 55
Binary 101011 10111011 111010 1001101 0 1000101 11011 1111110 111111 101101

Color Harmonies of #2BBB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBB3A

Black with #2BBB3A

Text Example


Text Example

White with #2BBB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,187,58); }

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

background-color css

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

 a { background-color: rgb(43,187,58); }

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

border-color css

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

 span { border-color: rgb(43,187,58); }

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