Html Css Color HEX #2BBA3F Lime Green

📋 copy color: '#2BBA3F'

red 43 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #2BBA3F

Tints of Lime Green #2BBA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.7%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 14.73%
G = 63.7%
B = 21.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2BBA3F (or 0x2BBA3F) is known color: Lime Green. HEX triplet: 2B, BA and 3F. RGB value is (43,186,63). Sum of RGB (Red+Green+Blue) = 43+186+63=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA3F is #D445C0. Grayscale: #818181. Windows color (decimal): -13911489 or 4176427. OLE color: 4176427.

HSL color Cylindrical-coordinate representation of color #2BBA3F: hue angle of 128.39º degrees, saturation: 0.62, 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 #2BBA3F is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 63 -
CMYK 0.77 0 0.66 0.27
HSL 128.39º 0.62% 0.45% -
HSV(B) 128.39º 0.77% 0.73% -
XYZ 19.45 35.99 10.62 -
YUV 129.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 43 186 63 0.77 0 0.66 0.27 128.39 0.62 0.45
Hex 2B BA 3F 4D 0 42 1B 80 3E 2D
Octal 53 272 77 115 0 102 33 200 76 55
Binary 101011 10111010 111111 1001101 0 1000010 11011 10000000 111110 101101

Color Harmonies of #2BBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA3F

Black with #2BBA3F

Text Example


Text Example

White with #2BBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,186,63); }

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

background-color css

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

 a { background-color: rgb(43,186,63); }

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

border-color css

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

 span { border-color: rgb(43,186,63); }

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